Skip to content

Commit a2b8c8f

Browse files
committed
use testnet policy config
1 parent ca85cf0 commit a2b8c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Start the local Linera network and run a faucet:
2222
```bash
2323
FAUCET_PORT=8079
2424
FAUCET_URL=http://localhost:$FAUCET_PORT
25-
linera_spawn linera net up --with-faucet --faucet-port $FAUCET_PORT
25+
linera_spawn linera net up --policy-config testnet --with-faucet --faucet-port $FAUCET_PORT
2626

2727
# If you're using a testnet, run this instead:
2828
# LINERA_TMP_DIR=$(mktemp -d)

0 commit comments

Comments
 (0)