From df5b9b8c78d66d8386902bf209b3711d969677dc Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sun, 9 Oct 2016 14:55:21 +0200 Subject: [PATCH] Small improvements to readme. --- readme.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.markdown b/readme.markdown index e897314..12c6cd3 100644 --- a/readme.markdown +++ b/readme.markdown @@ -97,6 +97,10 @@ src/nimble install compilation to something else like ``nimble1.exe``, then run ``src\nimble1.exe install``. +This will install Nimble to the default Nimble packages location: +``~/.nimble/pkgs``. The binary will be installed to ``~/.nimble/bin``, so you +will need to add this directory to your PATH. + ## Nimble's folder structure and packages Nimble stores everything that has been installed in ``~/.nimble`` on Unix systems