diff --git a/Justfile b/Justfile index 1d6b29bd..4202ab98 100644 --- a/Justfile +++ b/Justfile @@ -46,8 +46,13 @@ builder-logs: @id=$(docker ps -n 100 | grep bolt-builder | awk -F' ' '{print $1}') && \ docker logs -f $id -# show the logs for the bolt devnet mev-boost sidecar +# show the logs for the bolt devnet bolt-boost sidecar boost-logs: + @id=$(docker ps -n 100 | grep bolt-boost | awk -F' ' '{print $1}') && \ + docker logs -f $id + +# show the logs for the bolt devnet mev-boost sidecar +mev-boost-logs: @id=$(docker ps -n 100 | grep bolt-mev-boost | awk -F' ' '{print $1}') && \ docker logs -f $id diff --git a/README.md b/README.md index cde0b138..9f8eeb40 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,9 @@ Make sure you have the following requirements on your machine: > [!WARNING] > The Kurtosis CLI version tested is `0.88.16`. Some issues may arise if you are -> using a different version. Please make sure to install the correct version. +> using a different version. +> +> [Please make sure to install the correct version](https://docs.kurtosis.com/install-historical/). Then, clone this repository and navigate to the root directory of the project: