On the Jekyll homepage at jekyllrb.com
it says to do:
gem install bundler jekyll
jekyll new my-awesome-site
cd my-awesome-site
bundle exec jekyll serve
Now browse to http://localhost:4000
However, it seems you need to run bundle install before bundle exec jekyll serve, so I think this should be added to not confuse new users.
Thank you for listening to my feedback.