Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
teevans committed Aug 4, 2022
1 parent 00ca774 commit e7cd8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ instructions below.
To install Pi-Spotter simply execute the following command from an SSH session on your hotspot!

```bash
wget -qO - https://github.com/teevans/pi-spotter/releases/latest/download/install.sh | sudo sh
wget -qO - github.com/teevans/pi-spotter/releases/latest/download/install.sh | sudo sh
```

## Uninstall

To uninstall Pi-Spotter simply execute the following command from an SSH session on your hotspot!

```bash
wget -qO - https://github.com/teevans/pi-spotter/releases/latest/download/uninstall.sh | sudo sh
wget -qO - github.com/teevans/pi-spotter/releases/latest/download/uninstall.sh | sudo sh
```

## Under the Hood
Expand Down

0 comments on commit e7cd8af

Please sign in to comment.