From 78ec742f04549561b6df472100ef8d80a1086ab0 Mon Sep 17 00:00:00 2001 From: Euan R Date: Thu, 22 Jan 2026 15:31:59 -0500 Subject: [PATCH] smimimi Clarify backend setup instructions in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1fb5e1..be9da19 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,10 @@ cp .env.example .env npm install npm run dev -# In a separate terminal, for the backend: +In a separate terminal cd backend cp .env.example .env -# Edit .env and set SESSION_SECRET to a 64+ char string (run: openssl rand -hex 64) +Edit .env bundle config set --local path 'vendor/bundle' bundle install bundle exec rackup config.ru -p 9292