From 0b6badb9413342d471f7823e77f2328ebb68ec33 Mon Sep 17 00:00:00 2001 From: Nina Breznik Date: Thu, 12 Apr 2018 22:07:36 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab6a4e4d50..a141daa4a9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Or if you want to clone the github repository (`wget` need to be installed first ```bash git clone https://github.com/ethereum/remix-ide.git cd remix-ide -npm run setupremix // this will install github.com/ethereum/remix repository and link it to remix-ide +npm run setupremix # this will clone https://github.com/ethereum/remix for you and link it to remix-ide npm install npm start ```