From c0bd6771947d3f0b0469713191644c771f3af692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Jordan=20Monta=C3=B1o?= Date: Tue, 5 Mar 2024 14:06:45 +0100 Subject: [PATCH] Updated README. Added disable Epicea while loading project --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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