Skip to content

Commit c326e32

Browse files
stephengroatPSGS
authored andcommittedJan 19, 2017
Fix README to instruct use of bundle installed gems (2factorauth#2316)
Otherwise, dependencies in defaultly installed gems may cause issues
1 parent cab6669 commit c326e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Once Ruby and RubyGems are installed and available from the command line, TwoFac
3232
gem install bundler
3333
cd ~/twofactorauth
3434
bundle install
35-
jekyll serve
35+
bundle exec jekyll serve
3636
```
3737

3838
The TwoFactorAuth website should then be accessible from `http://localhost:4000`.

0 commit comments

Comments
 (0)
Please sign in to comment.