From 5af7724eaac0fae5b91914a02d8bb90b4da224d6 Mon Sep 17 00:00:00 2001 From: Timothy McCallum Date: Fri, 15 Dec 2023 10:28:23 +1000 Subject: [PATCH] Update sdk/rust/README.md Signed-off-by: tpmccallum tim.mccallum@fermyon.com Signed-off-by: Timothy McCallum --- sdk/rust/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/rust/README.md b/sdk/rust/README.md index e04f6dc2f..91ea2cfba 100644 --- a/sdk/rust/README.md +++ b/sdk/rust/README.md @@ -80,7 +80,7 @@ command = "cargo build --target wasm32-wasi --release" watch = ["src/**/*.rs", "Cargo.toml"] ``` -## Building and Running the Spin Application +### Building and Running the Spin Application Spin build can be used to build all components defined in the Spin manifest file at the same time, and also has a flag that starts the application after finishing the compilation, `spin build --up`: