From 7ba29c38245a560cdac40a443abf422048217a6b Mon Sep 17 00:00:00 2001 From: Joe Hannis <45033532+joehannis@users.noreply.github.com> Date: Wed, 9 Aug 2023 14:02:41 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34e164ec26..f3220cd70e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,11 @@ Recreation of Twitter using Ruby and ActiveRecord. **Tools used**: Ruby, ActiveR Clone the repo and then cd into the directory. -Run `bundle install` +Run ```bundle install``` + +After install is complete, run ```rackup``` + +Now you should be able to navigate to `localhost:9292` to display the site. ![](./screenshot1.png)