Skip to content

Commit c5a4aa9

Browse files
authored
update installation command (#24)
Installation cmd fails without a sudo, with permission error.
1 parent 355ef26 commit c5a4aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Kat is a lightweight, powerful CLI tool for PostgreSQL database migrations. It a
2828
### Quick Install (macOS & Linux)
2929

3030
```bash
31-
curl -sSL https://kat.bolaji.de/install | bash
31+
curl -sSL https://kat.bolaji.de/install | sudo bash
3232
```
3333

3434
### From Pre-compiled Binaries

0 commit comments

Comments
 (0)