From 6b8bc3d93293f5a66e82ea9968b036d94170e37c Mon Sep 17 00:00:00 2001 From: Jacob Herrington Date: Mon, 3 Dec 2018 14:37:40 -0600 Subject: [PATCH] Remove redundant installation steps [skip ci] (#1148) I feel like this instruction is redundant due to the presence of https://github.com/thepracticaldev/dev.to/blob/63acd405214c30f28b17fc2140d4268f85e1ae45/bin/setup#L22 --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index ae6cd1d79..83f09761c 100644 --- a/README.md +++ b/README.md @@ -152,10 +152,7 @@ This section provides a high-level requirement & quick start guide. For detailed 0. Make sure all the prerequisites are installed. 1. Fork dev.to repository, ie. https://github.com/thepracticaldev/dev.to/fork 1. Clone your forked repository, ie. `git clone https://github.com//dev.to.git` -1. `gem install bundler` 1. `gem install foreman` -1. `bundle install` -1. `bin/yarn` 1. Setup your database - Create `config/database.yml` by copying from the provided template (i.e. `cp config/database.yml.sample config/database.yml`) - Update the `config/database.yml` file if needed.