From 944a972dde862d21c9dee3a0ef632995ff49bb9c Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Thu, 24 Aug 2023 16:16:50 -0700 Subject: [PATCH] docs: add reset component to README Signed-off-by: Adam Reese --- README.md | 8 ++++---- reset/README.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 reset/README.md diff --git a/README.md b/README.md index b3f2964..1de0c67 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -Finicky Whiskers is comprised of a handful of microservices. Click on each item -below to see more details around a particular microservice. +Finicky Whiskers is comprised of a handful of microservices. - [redirect](./redirect/README.md) +- [reset](./reset/README.md) - [scoreboard](./scoreboard/README.md) - [session](./session/README.md) - [site](./site/README.md) @@ -9,10 +9,10 @@ below to see more details around a particular microservice. ## Prerequisites -You'll need Spin [v0.4.0](https://github.com/fermyon/spin/releases/tag/v0.4.0) +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` in order to build and run the Ruby part: +You will also need `wasi-vfs` to build and run the Ruby component: ``` $ brew tap kateinoigakukun/wasi-vfs https://github.com/kateinoigakukun/wasi-vfs.git $ brew install kateinoigakukun/wasi-vfs/wasi-vfs diff --git a/reset/README.md b/reset/README.md new file mode 100644 index 0000000..10f3fc4 --- /dev/null +++ b/reset/README.md @@ -0,0 +1 @@ +This component resets the high scores