From a8de51949bfe02726baea9cbaa9415864b83d49f Mon Sep 17 00:00:00 2001 From: Radu Matei Date: Mon, 8 Jul 2024 12:52:56 +0200 Subject: [PATCH] Remove unused example directory Signed-off-by: Radu Matei --- example/hello-world/README.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 example/hello-world/README.md diff --git a/example/hello-world/README.md b/example/hello-world/README.md deleted file mode 100644 index a6c5348..0000000 --- a/example/hello-world/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Hello World Command Spin App - -## Prerequisites - -1. Install [`cargo-component`](https://github.com/bytecodealliance/cargo-component) with a version that is compatible with WASI 0.2.0 -(at least `v0.7.0`). - -## Running - -```sh -$ spin build --up -Hello, world! -```