We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2e819 commit 7200537Copy full SHA for 7200537
README.md
@@ -56,8 +56,8 @@ $ go run beaver.go -config=/custom/path/config.dist.yml
56
Or [download a pre-built Beaver binary](https://github.com/Clivern/Beaver/releases) for your operating system.
57
58
```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
+$ curl -sL https://github.com/Clivern/Beaver/releases/download/x.x.x/beaver_x.x.x_OS.tar.gz | tar xz
+$ ./beaver -config=config.dist.yml
61
```
62
63
Also running beaver with docker still an option.
0 commit comments