Skip to content

Commit cc4e711

Browse files
author
baptiste.bernard
committed
#1 V2-change the README file in English and French for installation and directory details
1 parent 51914a9 commit cc4e711

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ Avant de commencer, assurez-vous d'avoir installé les outils suivants :
1818
## Installation
1919

2020
1. **Installer Ruby** :
21-
- Téléchargez et installez Ruby depuis [RubyInstaller](https://rubyinstaller.org/).
21+
- Téléchargez et installez Ruby version 2.6.6 depuis [RubyInstaller](https://rubyinstaller.org/).
2222
- Vérifiez l'installation :
2323
```sh
2424
ruby -v
2525
```
2626

2727
2. **Installer Bundler** :
28-
- Installez Bundle en exécutant :
28+
- Installez Bundle version 2.3.26 en exécutant :
2929
```sh
30-
gem install bundler
30+
gem install bundler -v 2.3.26
3131
```
3232
- Vérifiez l'installation :
3333
```sh
@@ -115,16 +115,16 @@ Before you begin, make sure you have installed the following tools:
115115
## Installation
116116

117117
1. **Install Ruby**:
118-
- Download and install Ruby from [RubyInstaller](https://rubyinstaller.org/).
118+
- Download and install Ruby version 2.6.6 from [RubyInstaller](https://rubyinstaller.org/).
119119
- Verify the installation:
120120
```sh
121121
ruby -v
122122
```
123123

124124
2. **Install Bundler**:
125-
- Install Bundler by running:
125+
- Install Bundler version 2.3.26 by running:
126126
```sh
127-
gem install bundler
127+
gem install bundler -v 2.3.26
128128
```
129129
- Verify the installation:
130130
```sh

0 commit comments

Comments
 (0)