We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90afcfa commit 42e7637Copy full SHA for 42e7637
2 files changed
README.md
@@ -24,7 +24,7 @@ cd webpscript
24
Run the install.sh script to set up the webpg command as an alias:
25
26
```bash
27
-sudo ./install.sh
+sudo ./scripts/install.sh
28
```
29
30
This will copy the webpg.sh script to /usr/local/bin and add an alias webpg to your shell configuration (e.g., .bashrc or .zshrc).
scripts/install.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Name of the main script
4
-SCRIPT_NAME="webpg.sh"
+SCRIPT_NAME="./scripts/webpg.sh"
5
6
# Path where the script will be installed
7
INSTALL_DIR="/usr/local/bin"
0 commit comments