Skip to content

Commit

Permalink
Merge pull request #3 from yoshihiro1992/fix_how_to_setup
Browse files Browse the repository at this point in the history
Fix README.md #2
  • Loading branch information
onigra committed Jul 24, 2015
2 parents 4833ce2 + 565dde9 commit 25a8bcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ $ git clone https://github.com/onigra/pundit_sample.git
$ cd pundit_sample
$ bundle install

$ bundle exec db:create
$ bundle exec db:migrate
$ bundle exec db:seed_fu
$ bundle exec s
$ bundle exec rake db:create
$ bundle exec rake db:migrate
$ bundle exec rake db:seed_fu
$ bundle exec rails s
```

# テストアカウント
Expand Down

0 comments on commit 25a8bcc

Please sign in to comment.