Packages are now saved to ~/babel.
This commit is contained in:
parent
423e2d3490
commit
1db1592bca
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue