We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b97e631 + 395eb41 commit dacd554Copy full SHA for dacd554
2 files changed
README.md
@@ -22,7 +22,7 @@ To install GeoView on your Pharo image you can just execute the following script
22
```smalltalk
23
Metacello new
24
baseline: 'GeoView';
25
- repository: 'github://OpenSmock/GeoView:main';
+ repository: 'github://OpenSmock/GeoView:main/src';
26
load.
27
```
28
src/BaselineOfGeoView/BaselineOfGeoView.class.st
@@ -38,7 +38,7 @@ BaselineOfGeoView >> coreDependencies: spec [
38
"OpenSmock Full"
39
spec
40
baseline: 'OpenSmock'
41
- with: [ spec repository: 'github://OpenSmock/OpenSmock' ]
+ with: [ spec repository: 'github://OpenSmock/OpenSmock:main' ]
42
]
43
44
{ #category : #packages }
0 commit comments