Skip to content

Commit

Permalink
update list commands in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abelaguiar committed Jun 30, 2019
1 parent 3d0055a commit 4c51966
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@ cd blog
gem install bundler jekyll
```

### Caso tenha algum problema [Comandos para o fedora]

```
sudo dnf install libffi-devel redhat-rpm-config
gem install ffi
sudo dnf install make automake gcc gcc-c++ kernel-devel
```

### Continuando instalação

```
bundle install
bundle exec jekyll serve
```

Expand Down

0 comments on commit 4c51966

Please sign in to comment.