readme: update for new os process and info
This commit is contained in:
16
README.md
16
README.md
@@ -11,18 +11,22 @@ a dream within a dream of knowledge only it possesses.
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
This is extremely early stage, but you’ll need `OSProcess` support in Pharo. To
|
This is extremely early stage, but you’ll need `OSSubprocess` support in Pharo.
|
||||||
get it, run:
|
To get it, run:
|
||||||
|
|
||||||
```
|
```smalltalk
|
||||||
Gofer new
|
Metacello new
|
||||||
squeaksource: 'OSProcess';
|
baseline: 'OSSubprocess';
|
||||||
package: 'OSProcess';
|
repository: 'github://pharo-contributions/OSSubprocess:master/repository';
|
||||||
load.
|
load.
|
||||||
```
|
```
|
||||||
|
|
||||||
in a playground.
|
in a playground.
|
||||||
|
|
||||||
|
## More info
|
||||||
|
|
||||||
|
You can read the [devlog](/devlog) where I document my progress daily.
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
Have fun!
|
Have fun!
|
||||||
|
Reference in New Issue
Block a user