Skip to content

Commit eb72717

Browse files
authored
Update README.md
1 parent bf40a68 commit eb72717

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ Metacello new
1010

1111
Spy2 is also available on the Pharo Catalog Browser.
1212

13+
If you have a local copy of Spy, then you can load it via:
14+
```Smalltalk
15+
Metacello new
16+
baseline: 'Spy2';
17+
repository: 'gitlocal:///Users/alexandrebergel/Dropbox/GitRepos/Spy2' ;
18+
lock;
19+
load
20+
```
21+
1322
# Hapao
1423
Hapao is a test coverage tool for Pharo and VisualWorks. After having run your test, it gives an intuitive visualization of the test coverage.
1524
More information can be found on *http://bergel.eu/download/papers/Berg12c-HapaoSCP.pdf*

0 commit comments

Comments
 (0)