From 977e30060d55cff62df133c44fe037147cb577d4 Mon Sep 17 00:00:00 2001 From: qureshinomaan <47175751+qureshinomaan@users.noreply.github.com> Date: Wed, 8 Jan 2020 22:37:16 +0530 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8c7233f8e4..80c65d9758 100644 --- a/README.md +++ b/README.md @@ -123,10 +123,11 @@ If you are compiling Armadillo by hand, ensure that LAPACK and BLAS are enabled. ### 4. Building mlpack from source -This section discusses how to build mlpack from source. However, mlpack is in -the repositories of many Linux distributions, so it may be easier to use the -package manager for your system. For example, on Ubuntu, you can install mlpack -with the following command: +This document discusses how to build mlpack from source. These build directions +will work for any Linux-like shell environment (for example Ubuntu, macOS, +freeBSD etc). However, mlpack is in the repositories of many Linux distributions +and so it may be easier to use the package manager for your system. For example, +on Ubuntu, you can install mlpack with the following command: $ sudo apt-get install libmlpack-dev