From 346dee43dc91cd5a0e739d021b8ac9dd98f67d1a Mon Sep 17 00:00:00 2001 From: dr-frmr <93405247+dr-frmr@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:25:46 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b70a56a9..8f1c0837 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ cargo install --git https://github.com/bytecodealliance/cargo-component --locked # Build the runtime, along with a number of booted-at-startup WASM modules including terminal and key_value # OPTIONAL: --release flag -cargo +nightly build +cargo +nightly build --release # Create the home directory for your node # If you boot multiple nodes, make sure each has their own home directory. @@ -39,8 +39,6 @@ cargo +nightly run --release home On boot you will be prompted to navigate to `localhost:8080`. Make sure your eth wallet is connected to the Sepolia test network. Login should be very straightforward, just submit the transactions and follow the flow. -### Development -Running `./build.sh` will automatically build any apps that have changes in git. Developing with `./build.sh && cargo +nightly run home` anytime you make a change to your app should be very fast. You can also manually recompile just your app with, for example, `./build-app chess`, where `chess` is the folder name inside `/modules`. ## Terminal syntax