Skip to content

Commit

Permalink
Updated README. Added disable Epicea while loading project
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt authored Mar 5, 2024
1 parent 3c68c3a commit c0bd677
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ This library contains several graphs algorithms. The nodes in the graph can be a
## How to install it

```smalltalk
Metacello new
repository: 'github://pharo-ai/graph-algorithms';
baseline: 'AIGraphAlgorithms';
load
EpMonitor disableDuring: [
Metacello new
repository: 'github://pharo-ai/graph-algorithms';
baseline: 'AIGraphAlgorithms';
load ]
```

## How to depend on it
Expand Down

0 comments on commit c0bd677

Please sign in to comment.