Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 421 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 421 Bytes

Installation instructions (macOS)

Here is what I did on my Mac Book Pro running High Sierra and Brew. Jekyll is a ruby application. Gem is basically a ruby version of pip.

brew install ruby
brew update ruby

after cloning from github into a new window

cd ~/workspace/wilmerlab.github.io
gem install bundler
bundle install
bundle exec jekyll serve