Packages are now saved to ~/babel.

This commit is contained in:
Dominik Picheta 2012-12-07 21:11:24 +00:00
commit 1db1592bca
2 changed files with 3 additions and 3 deletions

View file

@ -107,7 +107,7 @@ proc copyFileD(fro, to: string) =
echo(fro, " -> ", to)
copyFile(fro, to)
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