Skip to content

Commit 1215434

Browse files
authored
Update README instructions to include instructions to build linera storage service (#2556)
1 parent 7ff558d commit 1215434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ microchains owned by a single wallet.
6262

6363
```bash
6464
# Make sure to compile the Linera binaries and add them in the $PATH.
65-
# cargo build -p linera-service --bins
65+
# cargo build -p linera-storage-service -p linera-service --bins --features storage-service
6666
export PATH="$PWD/target/debug:$PATH"
6767

6868
# Import the optional helper function `linera_spawn_and_read_wallet_variables`.

0 commit comments

Comments
 (0)