From c554fbafb20b4e51f2a30f37bce1490067d9a027 Mon Sep 17 00:00:00 2001 From: Kees Kluskens Date: Tue, 10 May 2016 10:20:45 +0200 Subject: [PATCH] Remove unnecessary `npm install` in readme `hexo init blog` already performs `npm install`. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8d3f8b4fc5..34c1dbd93a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ $ npm install hexo-cli -g ``` bash $ hexo init blog $ cd blog -$ npm install ``` **Start the server**