Updated README syntax (#188)
* Updated README syntax * Clarified README syntax between formats
This commit is contained in:
parent
21c8457a8c
commit
04df41215b
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ A package is automatically a binary package as soon as it sets at least one
|
|||
``bin`` value, like so:
|
||||
|
||||
```ini
|
||||
bin = "main"
|
||||
bin = "main" # NimScript config expects a seq instead, e.g. @["main"]
|
||||
```
|
||||
|
||||
In this case when ``nimble install`` is invoked, nimble will build the ``main.nim``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue