ChromeDevTools / debugger-protocol-viewer

DevTools Protocol API docs—its domains, methods, and events
https://chromedevtools.github.io/devtools-protocol/
Other
862 stars 172 forks source link

Docs: use `bundle` for building and running the project. #52

Closed kdzwinel closed 8 years ago

kdzwinel commented 8 years ago

After gemfile was added bundle install + bundle exec jekyll serve is the only setup that works for me. Using jekyll serve alone gives me some dependency error. As far as I understand bundle exec ensures that right versions of all packages are used.