Skip to content

Commit

Permalink
Update README.md (#45)
Browse files Browse the repository at this point in the history
- fixed wrong mainflux url in doc
- added Agent start instruction in case of mainflux ui is used on the cloud

Signed-off-by: PricelessRabbit <PricelessRabbit@gmail.com>
  • Loading branch information
pricelessrabbit committed Sep 7, 2020
1 parent eb8c3fc commit 7504e7f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,15 @@ Start Agent with:
```bash
MF_AGENT_BOOTSTRAP_ID=<bootstrap_id> \
MF_AGENT_BOOTSTRAP_KEY=<bootstrap_key> \
MF_AGENT_BOOTSTRAP_URL=https://mainflux.com/bs/things/bootstrap \
MF_AGENT_BOOTSTRAP_URL=https://mainflux.com/things/bootstrap \
build/mainflux-agent
```
or,if [Mainflux UI](https://github.com/mainflux/ui) is used,

```bash
MF_AGENT_BOOTSTRAP_ID=<bootstrap_id> \
MF_AGENT_BOOTSTRAP_KEY=<bootstrap_key> \
MF_AGENT_BOOTSTRAP_URL=https://mainflux.com/bootstrap/things/bootstrap \
build/mainflux-agent
```

Expand Down

0 comments on commit 7504e7f

Please sign in to comment.