Skip to content

Commit c0bd677

Browse files
authored
Updated README. Added disable Epicea while loading project
1 parent 3c68c3a commit c0bd677

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ This library contains several graphs algorithms. The nodes in the graph can be a
3030
## How to install it
3131

3232
```smalltalk
33-
Metacello new
34-
repository: 'github://pharo-ai/graph-algorithms';
35-
baseline: 'AIGraphAlgorithms';
36-
load
33+
EpMonitor disableDuring: [
34+
Metacello new
35+
repository: 'github://pharo-ai/graph-algorithms';
36+
baseline: 'AIGraphAlgorithms';
37+
load ]
3738
```
3839

3940
## How to depend on it

0 commit comments

Comments
 (0)