From 97bdceb78a312888ed5ed8173bdfc5c8773ef679 Mon Sep 17 00:00:00 2001 From: SarvarKhalimov Date: Sun, 6 Feb 2022 20:27:31 +0500 Subject: [PATCH] Update GETTING_STARTED.md to include creation of a new user --- GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 3a1ea4ad54..f8356c68e8 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -60,7 +60,7 @@ If the script succeeds you're ready to start developing. If not, take a look at Now, your dreams of spinning up a development server can be realised: - bundle exec rails server + foreman start Go to [http://localhost:3000](http://localhost:3000) to play around!