Skip to content

Commit bf40a68

Browse files
authored
Update README.md
1 parent 0303cb5 commit bf40a68

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Spy2 is a profiling framework for Pharo. Spy2 source code is kept on Monticello. You can install it using the following incantation.
33

44
```Smalltalk
5-
Gofer it
6-
smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo60';
7-
configurationOf: 'Spy2';
8-
loadStable.
5+
Metacello new
6+
baseline: 'Spy2';
7+
repository: 'github://ObjectProfile/Spy2/src';
8+
load
99
```
1010

1111
Spy2 is also available on the Pharo Catalog Browser.
@@ -16,11 +16,4 @@ More information can be found on *http://bergel.eu/download/papers/Berg12c-Hapao
1616

1717

1818
# Contributing to Spy and Hapao
19-
If you wish to contribute to Spy2 or Hapao (e.g., fixing bug, proposing an improvement), please, commit to http://smalltalkhub.com/#!/~ObjectProfile/Contribution
20-
```Smalltalk
21-
MCHttpRepository
22-
location: 'http://smalltalkhub.com/mc/ObjectProfile/Contribution/main'
23-
user: ''
24-
password: ''
25-
```
26-
19+
If you wish to contribute to Spy2 or Hapao (e.g., fixing bug, proposing an improvement), please, submit pull requests.

0 commit comments

Comments
 (0)