diff options
| author | Timothee Cour <timothee.cour2@gmail.com> | 2018-11-21 14:45:32 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-21 14:45:32 -0800 |
| commit | d0a6ca68338b69898e434d02e42ded7f0aa06719 (patch) | |
| tree | 37a4b808845e5f597fd0f6e0d8fca2daea9ddacd | |
| parent | dc14ceca4c58383bd693bdf0e912fed7c0e3f4e6 (diff) | |
| download | nimterop-d0a6ca68338b69898e434d02e42ded7f0aa06719.tar.gz nimterop-d0a6ca68338b69898e434d02e42ded7f0aa06719.zip | |
Update README.md
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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. |
