From 1db1592bca79020f4e0996ea31421fa33fab4164 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Fri, 7 Dec 2012 21:11:24 +0000 Subject: [PATCH] Packages are now saved to ~/babel. --- babel.nim | 2 +- readme.markdown | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/babel.nim b/babel.nim index 27a6002..88c260e 100644 --- a/babel.nim +++ b/babel.nim @@ -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" diff --git a/readme.markdown b/readme.markdown index 0c3587a..89028c4 100644 --- a/readme.markdown +++ b/readme.markdown @@ -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