Skip to content

Commit cf29f72

Browse files
committed
Merge branch 'master' of github-as-grafolean:grafolean/grafolean-netflow-bot
2 parents b55af4f + 6faa201 commit cf29f72

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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://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+
```
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),

0 commit comments

Comments
 (0)