Update windows.md (#6765)

Merge pull request 6765
This commit is contained in:
Damien Solodow 2018-02-10 15:34:45 -05:00 committed by jekyllbot
parent 0b09c4ad8d
commit 8ebe5e3a3e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Now we can install Ruby. To do this we will use a repository from [BrightBox](ht
```sh ```sh
sudo apt-add-repository ppa:brightbox/ruby-ng sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update sudo apt-get update
sudo apt-get install ruby2.3 ruby2.3-dev build-essential sudo apt-get install ruby2.3 ruby2.3-dev build-essential dh-autoreconf
``` ```
Next let's update our Ruby gems: Next let's update our Ruby gems: