From b79509f85fe66cc287f8ba7007e179dc0c54e855 Mon Sep 17 00:00:00 2001 From: needkane <604476380@qq.com> Date: Wed, 6 Sep 2017 15:45:45 +0800 Subject: [PATCH] Update README.md [kane@localhost levelui]$ cd node_modules/level/node_modules/leveldown bash: cd: node_modules/level/node_modules/leveldown: No such file or directory [kane@localhost levelui]$ ls node_modules/level/ level.js LICENSE.md .npmignore package.json README.md test.js .travis.yml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a7407c..ba90b00 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ You need to rebuild leveldown so that it uses the correct C++ headers for electr ```bash $ npm install -$ cd node_modules/level/node_modules/leveldown +$ cd node_modules/leveldown $ env HOME=~/.electron-gyp && node-gyp rebuild --target=0.28.1 --arch=x64 --dist-url=https://atom.io/download/atom-shell ```