readme: update for new os process and info

This commit is contained in:
2019-12-16 12:11:14 +01:00
parent c0fe0f8969
commit a3d68a0d04

View File

@@ -11,18 +11,22 @@ 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:
This is extremely early stage, but youll need `OSSubprocess` support in Pharo.
To get it, run:
```
Gofer new
squeaksource: 'OSProcess';
package: 'OSProcess';
```smalltalk
Metacello new
baseline: 'OSSubprocess';
repository: 'github://pharo-contributions/OSSubprocess:master/repository';
load.
```
in a playground.
## More info
You can read the [devlog](/devlog) where I document my progress daily.
<hr/>
Have fun!