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`.
34
34
```
35
35
$ mkdir ~/netflow
36
36
$ 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
38
38
```
39
39
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://github.com/grafolean/grafolean-netflow-bot/master/.env.example) to `.env` and edit it:
41
+ ```
42
+ $ curl https://github.com/grafolean/grafolean-netflow-bot/master/.env.example > .env
43
+ ```
41
44
- mandatory: `BACKEND_URL` (set to the URL of Grafolean backend, for example `https://grafolean.com/api`),
42
45
- mandatory: `BOT_TOKEN` (set to the bot token from step 1),
43
46
- 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