aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-11-21 17:24:26 -0600
committerGanesh Viswanathan <dev@genotrance.com>2018-11-21 17:24:26 -0600
commit758833a559774773468ecff3e78187b348633f0f (patch)
treecd101bbbd68574b99d85ebb08af0edd83c3317f9
parentc0481ac41c84bb34326058ad8db7cf74b35fcb82 (diff)
parent773d4f9f5f3cc6b3f4247e1d8ec44ec1ee0ba8b0 (diff)
downloadnimterop-758833a559774773468ecff3e78187b348633f0f.tar.gz
nimterop-758833a559774773468ecff3e78187b348633f0f.zip
Merge branch 'master' of https://github.com/genotrance/nimterop
-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.