Merge pull request #2 from jwilkins/patch-1

correct path for secret_token.rb

Andrew Cantino %!s(int64=11) %!d(string=hace) años
padre
commit
0f4f2e2fd5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -37,7 +37,7 @@ And now, some example screenshots.  Below them are instructions to get you start
37 37
 
38 38
 If you just want to play around, you can simply clone this repository, then perform the following steps:
39 39
 
40
-* Edit `config/secret_token.rb` and replace `REPLACE_ME_NOW!` with the output of `rake secret`.
40
+* Edit `config/initializers/secret_token.rb` and replace `REPLACE_ME_NOW!` with the output of `rake secret`.
41 41
 * Run `rake db:create`, `rake db:migrate`, and then `rake db:seed` to create a development MySQL database with some example seed data.  Run `rails s`, visit `http://localhost:3000`, and login with the username of `admin` and the password of `password`.
42 42
 * Make some extra Terminal windows and run `bundle exec rails runner bin/schedule.rb`, `bundle exec rails runner bin/twitter_stream.rb`, and `script/delayed_job run` in separate windows.
43 43
 * Setup some Agents!