We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca85cf0 commit a2b8c8fCopy full SHA for a2b8c8f
backend/README.md
@@ -22,7 +22,7 @@ Start the local Linera network and run a faucet:
22
```bash
23
FAUCET_PORT=8079
24
FAUCET_URL=http://localhost:$FAUCET_PORT
25
-linera_spawn linera net up --with-faucet --faucet-port $FAUCET_PORT
+linera_spawn linera net up --policy-config testnet --with-faucet --faucet-port $FAUCET_PORT
26
27
# If you're using a testnet, run this instead:
28
# LINERA_TMP_DIR=$(mktemp -d)
0 commit comments