Commit Diff


commit - 288b39c6d4a64e4c60d443fe43f2aa5f86a9c2c5
commit + f625c3f4b413f4308be2f654ce502e3e06a0727f
blob - 9f41803369e6c7e2e39cf409bfa544c3d37b548c
blob + 5d80e59e421d084f2d1500aafc346b271a312427
--- 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>
 ```