From 693212e67948dfe6fd46ab77b3336fc0ea25dfa1 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 20 Feb 2017 18:56:46 -0500 Subject: [PATCH] Update install section --- docs/User-Manual.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/User-Manual.md b/docs/User-Manual.md index 1bff3a9f..e2d4f7e6 100644 --- a/docs/User-Manual.md +++ b/docs/User-Manual.md @@ -45,7 +45,9 @@ The following packages are required: tar xfz ck-0.5.0.tar.gz ; cd ck-0.5.0 ; ./configure && make all && sudo make install sudo ldconfig -- [LibTomMath](https://github.com/libtom/libtommath) - Again, this library should be available via package manager, and that is the recommended installation method. +- [LibTomMath](https://github.com/libtom/libtommath) + + Again, the best way to install `libtommath` is via your system's package manager. # Installation