add usage
This commit is contained in:
14
README.md
14
README.md
@@ -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.
|
a dream within a dream of knowledge only it possesses.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
This is extremely early stage, but you’ll need `OSProcess` support in Pharo. To
|
||||||
|
get it, run:
|
||||||
|
|
||||||
|
```
|
||||||
|
Gofer new
|
||||||
|
squeaksource: 'OSProcess';
|
||||||
|
package: 'OSProcess';
|
||||||
|
load.
|
||||||
|
```
|
||||||
|
|
||||||
|
in a playground.
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
Have fun!
|
Have fun!
|
||||||
|
Reference in New Issue
Block a user