Skip to content

Commit

Permalink
Merge pull request #204 from mahtin/patch-1
Browse files Browse the repository at this point in the history
Improve chmod command in README
  • Loading branch information
massimocandela authored Apr 7, 2020
2 parents f55e836 + c9e1b1a commit 1db13ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 1db13ec

Please sign in to comment.