Skip to content

Commit

Permalink
docs: 6 is the number after 5
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfk committed Sep 17, 2024
1 parent f1b084c commit 7128246
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/migrating_to_17.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,16 @@ To host a network of beacons, with a corresponding UI in Bento Public, first cop
./bentoctl.bash init-config beacon-network
```

then update values at `lib/beacon/config/beacon_network_config.json`. Activate the network by adding (or modifying) this value in local.env:


## 6. Add env variable for Beacon network
then update values at `lib/beacon/config/beacon_network_config.json`. Activate the network by adding (or modifying) this value in local.env:


Add this value to local.env (with the value `true` if you want to activate the network)
```bash
BENTO_BEACON_NETWORK_ENABLED='false'
BENTO_BEACON_NETWORK_ENABLED='true'
```


## 5. Start Bento
## 6. Start Bento

```bash
./bentoctl.bash start
Expand Down

0 comments on commit 7128246

Please sign in to comment.