We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38850b3 commit 47d9677Copy full SHA for 47d9677
1 file changed
CONTRIBUTING.md
@@ -13,6 +13,10 @@ Go to PolyMath github's repository and click on the fork button on the top right
13
In a fresh Pharo, load last development version of Polymath :
14
15
```Smalltalk
16
+Metacello new
17
+ githubUser: 'PolyMathOrg' project: 'PolyMath' commitish: 'master' path: 'src';
18
+ baseline: 'PolyMath';
19
+ load
20
```
21
22
## Setup Iceberg
0 commit comments