aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorgenotrance <dev@genotrance.com>2018-11-21 17:42:48 -0600
committerGitHub <noreply@github.com>2018-11-21 17:42:48 -0600
commit4a71dff5a22d6992ee066eb69313cad8edd14845 (patch)
tree6b852685bde4f67e99022df7ab26c9a46070c495 /README.md
parent10509e028498ba6f42f1be5088cdedb8633db012 (diff)
parentca7b37bb056a6413bfb8ed342a19941b3b3cfd81 (diff)
downloadnimterop-4a71dff5a22d6992ee066eb69313cad8edd14845.tar.gz
nimterop-4a71dff5a22d6992ee066eb69313cad8edd14845.zip
Merge pull request #5 from timotheecour/pr_simplify_install
simplify install
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index db0d1fd..f77debe 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,11 @@ nimble install "http://github.com/genotrance/nimtreesitter?subdir=treesitter_cpp
nimble install http://github.com/genotrance/nimterop
```
+or:
+```bash
+git clone http://github.com/genotrance/nimterop && cd nimterop
+nimble installWithDeps
+```
This will download and install nimterop in the standard Nimble package location, typically ~/.nimble. Once installed, it can be imported into any Nim program.