Update windows.md (#6115)

Merge pull request 6115
This commit is contained in:
Ashton Hellwig 2017-06-02 03:32:07 -06:00 committed by jekyllbot
parent 00d0b5de6b
commit 20c0576862
1 changed files with 1 additions and 1 deletions

View File

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