diff --git a/README.md b/README.md index ac14d58..4d625fb 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,15 @@ New Methods Point offset -- Computes the byte offset in a linear memory (i.e. a string) corresponding to a given point. - + +## Installation + +1. Launch Glamorous Toolkit and open a Playground. +2. Paste the following lines into the playground and run them +``` +Metacello new + baseline: 'Biota'; + repository: 'github://RalfBarkow/biota:main/src'; + load. +``` +