Changed the directory of where packages are installed to ~/.babel

This commit is contained in:
Dominik Picheta 2013-01-12 20:28:12 +00:00
commit a77adb870d
2 changed files with 3 additions and 3 deletions

View file

@ -90,7 +90,7 @@ proc prompt(question: string): bool =
else:
return false
proc getBabelDir: string = return getHomeDir() / "babel"
proc getBabelDir: string = return getHomeDir() / ".babel"
proc getLibsDir: string = return getBabelDir() / "libs"

View file

@ -7,8 +7,8 @@ You will need the latest Nimrod compiler from github to compile babel.
Compiling it is as simple as ``nimrod c babel``.
## Babel's folder structure
Babel stores everything that has been installed in ~/babel on Unix systems and
in your $home/babel on Windows. Libraries are stored in $babelDir/libs.
Babel stores everything that has been installed in ~/.babel on Unix systems and
in your $home/.babel on Windows. Libraries are stored in $babelDir/libs.
## Libraries