Skip to content

Commit

Permalink
Add loading instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdlm committed Mar 25, 2017
1 parent 4c25e59 commit 198fdb7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ this is an independent implementation.

Currently still in the design discovery phase; tests use [Mocketry](http://smalltalkhub.com/#!/~dionisiy/Mocketry).

### Loading instructions

In your preferred terminal & shell:
```
git clone https://github.com/cdlm/clap-st.git
cd clap-st
curl get.pharo.org/alpha | bash
```
…and then, in the image just downloaded, open a workspace and evaluate:
```
Metacello new baseline: 'Clap';
repository: 'gitlocal://./src';
load.
```

[travis]: https://travis-ci.org/cdlm/clap-st
[travis-status]: https://travis-ci.org/cdlm/clap-st.svg?branch=master
Expand Down

0 comments on commit 198fdb7

Please sign in to comment.