From 6b09bd7284ff4696887dab3b7265b37f431625c1 Mon Sep 17 00:00:00 2001 From: hellerve Date: Wed, 11 Dec 2019 17:37:19 +0100 Subject: [PATCH] add usage --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d7eb8fb..982fea7 100644 --- a/README.md +++ b/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. ``` +## 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. +
Have fun!