From dee2e4d9a49d2ad38653e5d2d4b46d1270d64dcd Mon Sep 17 00:00:00 2001 From: conrad Date: Wed, 28 Jul 2021 21:59:28 +1000 Subject: [PATCH] minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcc2c3a8..a57e410f 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ and is also a wrapper for all the detected libraries. ### 6: Linux and macOS: Manual Installation Manual installation involves simply copying the `include/armadillo` header -***and** the associated `include/armadillo_bits` directory to a location +**and** the associated `include/armadillo_bits` directory to a location such as `/usr/include/` which is searched by your C++ compiler. If you can't use `sudo` or don't have write access to `/usr/include/`, use a directory within your own home directory (eg. `/home/blah/include/`).