Updated readme.

This commit is contained in:
Dominik Picheta 2013-06-26 14:51:15 +01:00
commit 4fe2ea60b6

View file

@ -86,7 +86,9 @@ bin = "main"
```
In this case when ``babel install`` is invoked, babel will build the ``main.nim``
file and subsequently copy it into ``$babelDir/bin/``.
file, copy it into ``$babelDir/libs/pkgname-ver/`` and subsequently create a
symlink to the binary in ``$babelDir/bin/``. On Windows a stub .bat file is
created instead.
Dependencies are automatically installed before building.