Skip to content

Commit

Permalink
#1448 - Separating rbenv install from project setup
Browse files Browse the repository at this point in the history
Co-Authored-By: Kayro César <[email protected]>
Co-Authored-By: J <[email protected]>
  • Loading branch information
3 people authored and wwahammy committed Jan 19, 2023
1 parent 16d45ed commit 95125b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-b

#### Ruby install:
```bash
cd houdini
rbenv install
rbenv install 2.7.6
```

#### Setup project
```bash
cd houdini
bin/setup
```

Expand Down

0 comments on commit 95125b3

Please sign in to comment.