Skip to content

Commit

Permalink
(docs): Add more prereqs to README (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: schristoff <[email protected]>
  • Loading branch information
schristoff authored Jan 11, 2024
1 parent 948b7f2 commit 1556ca2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,19 @@ Finicky Whiskers is comprised of a handful of microservices.
You'll need Spin [v0.4.1](https://github.com/fermyon/spin/releases/tag/v0.4.1)
to run the site locally.

You will also need `wasi-vfs` to build and run the Ruby component:
You will also need the following to build and run the components:
```
$ brew tap kateinoigakukun/wasi-vfs https://github.com/kateinoigakukun/wasi-vfs.git
$ brew install kateinoigakukun/wasi-vfs/wasi-vfs
$ brew install npm
$ brew tap tinygo-org/tools
$ brew install tinygo
$ rustup target add wasm32-wasi
```

It is expected that Rust will be installed already. Do not use Homebrew to install Rust,
it will cause errors.

## To Build

This will by default build all microservices per the `Makefile` in their directories:
Expand Down

0 comments on commit 1556ca2

Please sign in to comment.