Skip to content

Commit

Permalink
Add missing bundler gem pre-requisite
Browse files Browse the repository at this point in the history
  • Loading branch information
eko authored and CaptainJojo committed Nov 8, 2017
1 parent 5774877 commit 6f8c77d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -14,7 +14,11 @@ Le blog s'installe comme un projet classique.

**Prérequis**

Avoir [ruby](https://www.ruby-lang.org/fr/) d'installé sur sa machine dernière version.
Avoir [ruby](https://www.ruby-lang.org/fr/) d'installé sur sa machine (dernière version) et installer la gem [bundler](http://bundler.io/) avec la commande qui suit :

```bash
gem install bundler
```

**1 - Cloner le projet**
```bash
Expand Down

0 comments on commit 6f8c77d

Please sign in to comment.