1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

Merge pull request #204 from mahtin/patch-1

Improve chmod command in README
This commit is contained in:
Massimo Candela
2020-04-08 01:47:18 +02:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ Instead, if you want to run the source code (which is completely open) or develo
1. Download the binary [here](https://github.com/nttgin/BGPalerter/releases) (be sure to select the one for your OS)
2. Execute the binary (e.g. `chmod 700 bgpalerter-linux-x64 && ./bgpalerter-linux-x64`)
2. Execute the binary (e.g. `chmod +x bgpalerter-linux-x64 && ./bgpalerter-linux-x64`)
The first time you run it, the auto-configuration will start.