From e6f44ebb67a012177fec7b9d7b5906a6bbf1fa79 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Thu, 4 Jan 2018 20:50:49 -0500 Subject: [PATCH] Take ownership of our recommendation of npm, for #3376 --- docs/installing-solidity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index b660cf027e5f..0643609a2f0d 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -28,7 +28,7 @@ download the .ZIP file as explained on that page. npm / Node.js ============= -This is probably the most portable and most convenient way to install Solidity locally. +We recommend installing with npm, it is the most portable and convenient way to install Solidity. A platform-independent JavaScript library is provided by compiling the C++ source into JavaScript using Emscripten. It can be used in projects directly (such as Remix).