Commit Diff
--- README.md +++ README.md @@ -45,7 +45,7 @@ just build <target> # build a specific tool, e.g. jus Builds or deploys built binaries to `$HOME/.local/share/tools`: ```sh -sudo install -d -m 700 -o "$USER" "$HOME/.local/share/tools" +install -d -m 700 -o "$USER" "$HOME/.local/share/tools" just build <target> just deploy <target> ```
