We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff558d commit 1215434Copy full SHA for 1215434
README.md
@@ -62,7 +62,7 @@ microchains owned by a single wallet.
62
63
```bash
64
# Make sure to compile the Linera binaries and add them in the $PATH.
65
-# cargo build -p linera-service --bins
+# cargo build -p linera-storage-service -p linera-service --bins --features storage-service
66
export PATH="$PWD/target/debug:$PATH"
67
68
# Import the optional helper function `linera_spawn_and_read_wallet_variables`.
0 commit comments