install() now copies files to ~/.babel/lib/, fixed code as per Araq's critique.
This commit is contained in:
parent
0265915c2c
commit
bcc94d7e76
4 changed files with 77 additions and 38 deletions
|
|
@ -1,6 +1,12 @@
|
|||
# Babel
|
||||
Babel is a work in progress package manager for Nimrod.
|
||||
|
||||
##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 installed in lib/ in folders
|
||||
which names contain both the name and version of the package, the folders
|
||||
contain the modules and any other files that the package wished to install.
|
||||
|
||||
## Contribution
|
||||
If you would like to help, feel free to fork and make any additions you see
|
||||
fit and then send a pull request.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue