From 97c67e64a4a1391b54a4ad531c9636258419d184 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 9 Jan 2017 20:28:17 +0100 Subject: [PATCH] Fixes #312. --- readme.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.markdown b/readme.markdown index 9513b8a..5a8cb99 100644 --- a/readme.markdown +++ b/readme.markdown @@ -441,6 +441,10 @@ resembles that of many other package managers. | ``./tests/`` | Project test files | | ``./docs/`` | Project documentation | +**Note:** Nimble will by default look for source files in ``.``, in order to +use this layout you will need to specify ``srcDir = "src"`` in your .nimble +file. + #### Tests A common problem that arises with tests is the fact that they need to import