add usage

This commit is contained in:
2019-12-11 17:37:19 +01:00
parent a0d051b40f
commit 6b09bd7284

View File

@@ -9,6 +9,20 @@ The fish nibble on clammy fingers, and the machine sings me a lullaby:
a dream within a dream of knowledge only it possesses.
```
## Usage
This is extremely early stage, but youll need `OSProcess` support in Pharo. To
get it, run:
```
Gofer new
squeaksource: 'OSProcess';
package: 'OSProcess';
load.
```
in a playground.
<hr/>
Have fun!