Skip to content

Commit

Permalink
chore: Don't assume sudo for MacPorts install
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Nov 1, 2021
1 parent 5ad6100 commit 785bd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Install chezmoi with a single command.
| NixOS Linux | nix-env | `nix-env -i chezmoi` |
| Void Linux | xbps | `xbps-install -S chezmoi` |
| macOS | Homebrew | `brew install chezmoi` |
| macOS | MacPorts | `sudo port install chezmoi` |
| macOS | MacPorts | `port install chezmoi` |
| Windows | Scoop | `scoop bucket add twpayne https://github.com/twpayne/scoop-bucket && scoop install chezmoi` |
| Windows | Chocolatey | `choco install chezmoi` |
| FreeBSD | pkg | `pkg install chezmoi` |
Expand Down

0 comments on commit 785bd84

Please sign in to comment.