From a77adb870d5d996815cce4dd88742a7a7008478b Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 12 Jan 2013 20:28:12 +0000 Subject: [PATCH] Changed the directory of where packages are installed to ~/.babel --- babel.nim | 2 +- readme.markdown | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/babel.nim b/babel.nim index 2cc3c0a..2f73ce5 100644 --- a/babel.nim +++ b/babel.nim @@ -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" diff --git a/readme.markdown b/readme.markdown index 8fb5965..2f797d9 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