From 7dc82dcadb396fd1124b7e3ee89bdcdf20525725 Mon Sep 17 00:00:00 2001 From: 37ng Date: Tue, 24 Sep 2024 10:34:35 -0700 Subject: [PATCH] update README to use 'just' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 489e29b..fcea0f3 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ Then, create a shared network named `anton-net` for the containers to communicat docker network create anton-net ``` -To spin up the whole system, run `make sys_up`. This will build the images for the system utilities (Grafana, Prometheus, Portainer) as well as the L1 +To spin up the whole system, run `just up`. This will build the images for the system utilities (Grafana, Prometheus, Portainer) as well as the L1 clients and start them in a container stack. -To spin down the system, run `make sys_down`. This will stop the containers and purge their images. +To spin down the system, run `just down`. This will stop the containers and purge their images. ## Ports