aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-01-17 09:38:05 -0600
committerGanesh Viswanathan <dev@genotrance.com>2019-01-17 09:38:05 -0600
commit4883780f8fe5fec4b2b436192f388a5e81fa4cb8 (patch)
tree93fd84cbf2e8e14e056eac896e0e117ab1ee8d1b
parentf2b3ffc862b6e7cf768111b04aabdb191d9c87be (diff)
downloadnimterop-4883780f8fe5fec4b2b436192f388a5e81fa4cb8.tar.gz
nimterop-4883780f8fe5fec4b2b436192f388a5e81fa4cb8.zip
Update install instructions
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index cc51f4e..457903f 100644
--- a/README.md
+++ b/README.md
@@ -21,16 +21,12 @@ __Installation__
Nimterop can be installed via [Nimble](https://github.com/nim-lang/nimble):
```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 nimterop -y
```
or:
```bash
git clone http://github.com/genotrance/nimterop && cd nimterop
-nimble installWithDeps
+nimble install -y
```
This will download and install nimterop in the standard Nimble package location, typically `~/.nimble`. Once installed, it can be imported into any Nim program. Note that the `~/.nimble/bin` directory needs to be added to the `PATH` for nimterop to work.