Skip to content

Commit 42e7637

Browse files
committed
fix: folder in install script
1 parent 90afcfa commit 42e7637

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cd webpscript
2424
Run the install.sh script to set up the webpg command as an alias:
2525

2626
```bash
27-
sudo ./install.sh
27+
sudo ./scripts/install.sh
2828
```
2929

3030
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Name of the main script
4-
SCRIPT_NAME="webpg.sh"
4+
SCRIPT_NAME="./scripts/webpg.sh"
55

66
# Path where the script will be installed
77
INSTALL_DIR="/usr/local/bin"

0 commit comments

Comments
 (0)