Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 346 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 346 Bytes

Some public facing stuff about me

Install

sudo apt-get install ruby-full build-essential zlib1g-dev
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
gem install jekyll bundler
bundle install
jekyll serve -w