We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387e0c8 commit 64affccCopy full SHA for 64affcc
1 file changed
README.md
@@ -2,3 +2,12 @@
2
[](https://github.com/Nyan11/ExecutableRequirements/actions/workflows/Pharo12CI.yml)
3
4
# 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