From a3d68a0d04f617344e3e29c7ea51f1d69e8be7eb Mon Sep 17 00:00:00 2001 From: hellerve Date: Mon, 16 Dec 2019 12:11:14 +0100 Subject: [PATCH] readme: update for new os process and info --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 982fea7..2949324 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,22 @@ 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: +This is extremely early stage, but you’ll 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. +
Have fun!