From 558bf954fee5e017fdfe9d0171e6f1f52fe6e18f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81tila=20Camur=C3=A7a=20Alves?= Date: Thu, 22 Aug 2019 17:17:07 -0300 Subject: [PATCH] Wrong recommendation for Linux users The text seems to be copied from the Windows section. --- docs/tutorial/development-environment.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/tutorial/development-environment.md b/docs/tutorial/development-environment.md index a355ded3c..0c6f5aa84 100644 --- a/docs/tutorial/development-environment.md +++ b/docs/tutorial/development-environment.md @@ -74,8 +74,6 @@ for JavaScript development. We strongly suggest you use some kind of version manager for Node.Js. This would allow you to switch to any version of nodejs quite easily. We recommend `nvm`: https://github.com/nvm-sh/nvm -We strongly recommend Powershell as preferred terminal in Windows. - Confirm that both `node` and `npm` are available by running: ```sh