Skip to content

Commit

Permalink
Merge pull request #13 from Guiorgy/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
BretFisher committed Oct 20, 2023
2 parents 5d36171 + 459789b commit f12728a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ Usage:
Download the `vackup` file in this repository to your local machine in your shell path and make it executable.

```shell
curl -sSL https://raw.githubusercontent.com/BretFisher/docker-vackup/main/vackup > /usr/local/bin/vackup
chmod +x /usr/local/bin/vackup
sudo curl -sSL https://raw.githubusercontent.com/BretFisher/docker-vackup/main/vackup -o /usr/local/bin/vackup && sudo chmod +x /usr/local/bin/vackup
```

## Error conditions
Expand Down

0 comments on commit f12728a

Please sign in to comment.