diff --git a/README.md b/README.md index 5b1380dba..d9a116be6 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Go to the directory you want to run scc from. Run the command below to run the latest release of scc on your current working directory: ``` -docker run --rm -it -v "$PWD:/pwd" ghcr.io/lhoupert/scc:master scc /pwd +docker run --rm -it -v "$PWD:/pwd" ghcr.io/boyter/scc:master scc /pwd ``` #### Manual