diff --git a/README.md b/README.md index b450a787..c9609e2a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,11 @@ cross build --release --target x86_64-unknown-linux-musl Docker: ```bash -docker compose -f docker/docker-compose.yml build +script/docker_rebuild + +# or + +script/docker_restart ``` ## Running in development