summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrustable-code <krauter.simon@arcor.de>2017-09-12 21:34:23 +0200
committertrustable-code <krauter.simon@arcor.de>2017-09-12 21:34:23 +0200
commitbec4fa49d7edf31611df1797815791044859926a (patch)
tree11f4ecedd619721bbbc4695e587f622675c3eb39
parentbc342d98102bea5ff6e2d2f41684c87d75a164bb (diff)
downloadNiGui-bec4fa49d7edf31611df1797815791044859926a.tar.gz
NiGui-bec4fa49d7edf31611df1797815791044859926a.zip
Improve readme
-rwxr-xr-xreadme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 02b8839..d51ad6e 100755
--- a/readme.md
+++ b/readme.md
@@ -48,7 +48,8 @@ Getting started
### How to install NiGui manually
1. Clone the NiGui repository with Git or download the source code
-2. Add this line to your Nim configuration: `--path:"<path_to_nigui>/src"`
+2. Add the following line to one of your [Nim configuration files](https://nim-lang.org/docs/nimc.html#compiler-usage-configuration-files):<br>
+`--path:"<path_to_nigui>/src"`
### How to install NiGui with Nimble