Skip to content

Commit 7200537

Browse files
authored
Update README.md
1 parent 6f2e819 commit 7200537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ $ go run beaver.go -config=/custom/path/config.dist.yml
5656
Or [download a pre-built Beaver binary](https://github.com/Clivern/Beaver/releases) for your operating system.
5757

5858
```bash
59-
curl -sL https://github.com/Clivern/Beaver/releases/download/x.x.x/beaver_x.x.x_OS.tar.gz | tar xz
60-
./beaver -config=config.dist.yml
59+
$ curl -sL https://github.com/Clivern/Beaver/releases/download/x.x.x/beaver_x.x.x_OS.tar.gz | tar xz
60+
$ ./beaver -config=config.dist.yml
6161
```
6262

6363
Also running beaver with docker still an option.

0 commit comments

Comments
 (0)