Merge pull request #523 from roblevintennis/master

Added bundle to install steps

Andrew Cantino 10 years ago
parent
commit
d390aa1afe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -55,6 +55,7 @@ If you just want to play around, you can simply fork this repository, then perfo
55 55
 
56 56
 * Run `git remote add upstream https://github.com/cantino/huginn.git` to add the main repository as a remote for your fork.
57 57
 * Copy `.env.example` to `.env` (`cp .env.example .env`) and edit `.env`, at least updating the `APP_SECRET_TOKEN` variable.
58
+* Run `bundle` to install dependencies
58 59
 * Run `rake db:create`, `rake db:migrate`, and then `rake db:seed` to create a development MySQL database with some example Agents.
59 60
 * Run `foreman start`, visit [http://localhost:3000/][localhost], and login with the username of `admin` and the password of `password`.
60 61
 * Setup some Agents!