File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,13 @@ Requirements: `docker` and `docker-compose`.
3434 ```
3535 $ mkdir ~/netflow
3636 $ cd ~/netflow
37- $ wget https://github.com/grafolean/grafolean-netflow-bot/raw/master/docker-compose.yml
37+ $ curl https://github.com/grafolean/grafolean-netflow-bot/raw/master/docker-compose.yml > docker-compose.yml
3838 ```
3939
40- 2) save [.env.example](https://github.com/grafolean/grafolean-netflow-bot/raw/master/.env.example) to `.env` and edit it:
40+ 3) save [.env.example](https://raw.githubusercontent.com/grafolean/grafolean-netflow-bot/master/.env.example) to `.env` and edit it:
41+ ```
42+ $ curl https://raw.githubusercontent.com/grafolean/grafolean-netflow-bot/master/.env.example > .env
43+ ```
4144 - mandatory: `BACKEND_URL` (set to the URL of Grafolean backend, for example `https://grafolean.com/api`),
4245 - mandatory: `BOT_TOKEN` (set to the bot token from step 1),
4346 - mandatory: `DB_DIR` (directory to which the database with non-aggregated results is saved),
You can’t perform that action at this time.
0 commit comments