Skip to content

Commit 64affcc

Browse files
authored
Update README.md
1 parent 387e0c8 commit 64affcc

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,12 @@
22
[![Pharo 12 CI](https://github.com/Nyan11/ExecutableRequirements/actions/workflows/Pharo12CI.yml/badge.svg)](https://github.com/Nyan11/ExecutableRequirements/actions/workflows/Pharo12CI.yml)
33

44
# ExecutableRequirements
5+
6+
To install a version of Pyramid, use the following script inside a playground.
7+
8+
```st
9+
Metacello new
10+
baseline: 'ExecutableRequirements';
11+
repository: 'github://Nyan11/ExecutableRequirements:main/src';
12+
load
13+
```

0 commit comments

Comments
 (0)