From 767d4aea297a26a865cef3ea682ca4bc38e230c4 Mon Sep 17 00:00:00 2001 From: RobSisson <31044075+RobSisson@users.noreply.github.com> Date: Thu, 24 Nov 2022 20:03:40 +0000 Subject: [PATCH] Update Readme to include Redis --- experiments/reminders/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/experiments/reminders/README.md b/experiments/reminders/README.md index dc2368a..656720b 100644 --- a/experiments/reminders/README.md +++ b/experiments/reminders/README.md @@ -3,7 +3,11 @@ This repository contains a demonstration of [Hotwire](https://hotwired.dev), and how a site can be built using turbo-frames. -To run this demo, after cloning the repository: +To run this demo, you'll need to have [a redis server](https://redis.io/docs/getting-started/) running along side. + +For Mac and Linux this is trival, but on windows this will require installing [an ubuntu virtual machine](https://learn.microsoft.com/en-us/windows/wsl/install). See redis docs for details. + +Once your redis server is up and running along side, then you can clone the repository and get started: ```bash cd experiments/reminders