From 8ebe5e3a3eeebca1ec692f27e2d6836d9447c36f Mon Sep 17 00:00:00 2001 From: Damien Solodow Date: Sat, 10 Feb 2018 15:34:45 -0500 Subject: [PATCH] Update windows.md (#6765) Merge pull request 6765 --- docs/_docs/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/windows.md b/docs/_docs/windows.md index d1a30b27..e0ca4d7b 100644 --- a/docs/_docs/windows.md +++ b/docs/_docs/windows.md @@ -30,7 +30,7 @@ Now we can install Ruby. To do this we will use a repository from [BrightBox](ht ```sh sudo apt-add-repository ppa:brightbox/ruby-ng 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: