diff --git a/README.md b/README.md index 71c65c6..b717d70 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ docker run -it --rm \ -v "$PWD/backup:/backup" \ --cap-drop=all \ --user "$UID:$GID" \ - assemble-sh/github-backup + morten/github-backup ``` _note: `--user` is not required, but recommended instead of running as root. Remember to give the user write access to the backup directory_