Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clubcleaver authored Jul 15, 2024
1 parent 19e01ec commit 2c39a9c
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
## Usage:
```sh
SYNTAX:
glive -d <directory to be Watched.> -c "command to run" -s <path to skip> - Optional.
glive -d <directory to be Watched.> -c "command to run" -s "<path to skip>" - Optional.

EXAMPLES:
glive -d . -c "go run ./main.go"
glive -d . -c "go run ./cmd/app/main.go"
glive -d ./src -c "node src/app/index.js"
glive -d /tmp -c "python script.py -s /.git"
glive -d ./directory -c "./binary"
glive -d /tmp -c "python script.py" -s "/.git"
glive -d ./directory -c "./binary" -s "./logs"
glive -d ../. -c "any command"
```

Expand All @@ -44,21 +44,11 @@
#### 1. Downlaod the "Binary File":

```sh
curl -O https://github.com/clubcleaver/glive/raw/main/glive.deb
```
###### OR
```
wget curl https://github.com/clubcleaver/glive/raw/main/glive.deb
```
#### 2. Install the package
```sh
sudo apt install ./glive.deb
```

> NOTE:
Please make sure you are in the same directory as the glive.deb file, when running the command.

#### 3. Use GLIVE
#### 2. Use GLIVE
```sh
glive
```
Expand Down

0 comments on commit 2c39a9c

Please sign in to comment.