Skip to content

Commit

Permalink
Separated .nimble params out into a new subheading
Browse files Browse the repository at this point in the history
  • Loading branch information
kritoke committed May 8, 2019
1 parent 01b8d5d commit 6f5a7dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/docs/nimble.md
Expand Up @@ -11,6 +11,8 @@ Create the directory for the application and then cd into it and run, it will as
```
nimble init
```
## .nimble File

You can add `binDir` to define the location for binary files to go:
```
binDir = 'bin'
Expand All @@ -19,4 +21,4 @@ We can also add any kind of Dependencies on other packages or nim versions:
```
requires "nim >= 19.4"
requires "jester"
```
```

0 comments on commit 6f5a7dd

Please sign in to comment.