diff --git a/README.md b/README.md index 6977f60..a634807 100644 --- a/README.md +++ b/README.md @@ -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