Updated readme with some basic instructions
parent
ea10347f7e
commit
afceeba196
@ -1 +1,18 @@
|
||||
# ePenguin Software Framework
|
||||
|
||||
### Instructions for testing
|
||||
```
|
||||
cd ~
|
||||
# clone esf
|
||||
git clone git@git.epenguin.net:ePenguin/ePenguin-Software-Framework.git
|
||||
# clone igloo
|
||||
git clone git@git.epenguin.net:ePenguin/ePenguin-Igloo.git
|
||||
# export esf
|
||||
export ESF_DIR=~/ePenguin-Software-Framework
|
||||
# alias the igloo cmd
|
||||
alias igloo=~/ePenguin-igloo/target/release/igloo
|
||||
|
||||
# Now test it:
|
||||
igloo
|
||||
```
|
||||
You should see a help menu thrown at you.
|
||||
|
Loading…
Reference in New Issue