Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 351 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 351 Bytes

Instalação

No mac

``` brew install ruby````

brew install rbenv ruby-build

echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.zshrc

rbenv install 2.6.9

gem install jekyll bundler --user-install

bundle config set --local path 'vendor/bundle'
bundle install

Iniciando

bundle exec jekyll serve