Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfBarkow authored Jan 3, 2022
1 parent 7d12211 commit 42c57f0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```

0 comments on commit 42c57f0

Please sign in to comment.