From 9986583a56f755504a288154ca254d96b127cf1e Mon Sep 17 00:00:00 2001 From: Agnivarna Trivedi Date: Sat, 25 Aug 2018 14:16:07 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8f697e..72cf0a5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Get Redis install and running on your machine follow the [guide](https://www.dig 1. Run `git clone ` 2. Inside the clone directory run `bundle install` to install all the gems. 3. Run `bundle exec rake judge:init` to build the code judge. -4. Start the server with `rails s`. +4. Start the server with `rails s` or 'rails s -b 0.0.0.0' for MacOS. 5. In a new terminal tab run `bundle exec sidekiq`. 5. The first registered user will be given admin rights by default.