From 4fe2ea60b63aaf5335c86f7fc8b2c90bed743c33 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 26 Jun 2013 14:51:15 +0100 Subject: [PATCH] Updated readme. --- readme.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index fac2863..27dbf4e 100644 --- a/readme.markdown +++ b/readme.markdown @@ -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.