We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f88d0 commit 157d830Copy full SHA for 157d830
1 file changed
README.md
@@ -28,9 +28,7 @@ You can load all the packages into a fresh Pharo image by going to the Playgroun
28
Metacello new
29
baseline: 'MathVectorMatrix';
30
repository: 'github://PolyMathOrg/vector-matrix/src';
31
- onWarningLog;
32
- onConflictUseIncoming;
33
- load ]
+ load
34
```
35
36
This should load the default version of the project (you can also specify another version or branch).
0 commit comments