We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ccc671 commit 4696d04Copy full SHA for 4696d04
1 file changed
README.md
@@ -40,7 +40,7 @@ The following script installs Containers-Stack in Pharo.
40
```st
41
Metacello new
42
baseline: 'ContainersKeyedTree';
43
- repository: 'github://Ducasse/Containers-KeyedTree/src';
+ repository: 'github://Ducasse/Containers-KeyedTree:v1.0/src';
44
load.
45
```
46
@@ -51,5 +51,5 @@ Add the following code to your Metacello baseline or configuration
51
52
spec
53
baseline: 'ContainersKeyedTree'
54
- with: [ spec repository: 'github://Ducasse/Containers-KeyedTree/src' ]
+ with: [ spec repository: 'github://Ducasse/Containers-KeyedTree:v1.0/src' ]
55
0 commit comments