CLI/TUI for drafting, repeating, and publishing daily standup updates as GitHub issues
github go cli golang management project tui daily
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: fix installation command

+2 -2
+2 -2
README.md
··· 20 20 ### Quick Install (Recommended) 21 21 22 22 ```bash 23 - curl -fsSL https://raw.githubusercontent.com/prefapp/pad/main/scripts/install.sh | sh 23 + curl -fsSL https://raw.githubusercontent.com/vieitesss/pad/main/scripts/install.sh | sh 24 24 ``` 25 25 26 26 Install to a custom directory: 27 27 28 28 ```bash 29 - curl -fsSL https://raw.githubusercontent.com/prefapp/pad/main/scripts/install.sh | INSTALL_DIR=/usr/local/bin sh 29 + curl -fsSL https://raw.githubusercontent.com/vieitesss/pad/main/scripts/install.sh | INSTALL_DIR=/usr/local/bin sh 30 30 ``` 31 31 32 32 ### Build from Source