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! -```