aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgenotrance <dev@genotrance.com>2018-11-21 16:48:59 -0600
committerGitHub <noreply@github.com>2018-11-21 16:48:59 -0600
commit773d4f9f5f3cc6b3f4247e1d8ec44ec1ee0ba8b0 (patch)
tree37a4b808845e5f597fd0f6e0d8fca2daea9ddacd
parent01c295a41c6f80e8999db07f9b07d29943f98040 (diff)
parentd0a6ca68338b69898e434d02e42ded7f0aa06719 (diff)
downloadnimterop-773d4f9f5f3cc6b3f4247e1d8ec44ec1ee0ba8b0.tar.gz
nimterop-773d4f9f5f3cc6b3f4247e1d8ec44ec1ee0ba8b0.zip
Merge pull request #2 from timotheecour/patch-1
Update README.md
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4df46fc..db0d1fd 100644
--- a/README.md
+++ b/README.md
@@ -20,12 +20,12 @@ __Installation__
Nimterop can be installed via [Nimble](https://github.com/nim-lang/nimble):
-```
-> nimble install http://github.com/genotrance/nimtreesitter?subdir=treesitter
-> nimble install http://github.com/genotrance/nimtreesitter?subdir=treesitter_c
-> nimble install http://github.com/genotrance/nimtreesitter?subdir=treesitter_cpp
+```bash
+nimble install "http://github.com/genotrance/nimtreesitter?subdir=treesitter"
+nimble install "http://github.com/genotrance/nimtreesitter?subdir=treesitter_c"
+nimble install "http://github.com/genotrance/nimtreesitter?subdir=treesitter_cpp"
-> nimble install http://github.com/genotrance/nimterop
+nimble install http://github.com/genotrance/nimterop
```
This will download and install nimterop in the standard Nimble package location, typically ~/.nimble. Once installed, it can be imported into any Nim program.