Changed the directory of where packages are installed to ~/.babel
This commit is contained in:
parent
9e33051345
commit
a77adb870d
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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