diff --git a/README.md b/README.md index 400a2de..081a56a 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,9 @@ go install github.com/root4loot/rescope2/cmd/rescope@latest ## Docker ```bash -docker build -t rescope . -docker run --rm -it rescope [options] [...] +git clone https://github.com/root4loot/rescope.git +cd rescope +docker run --rm -it $(docker build -q .) [options] [...] ``` ## Usage