From 339aeb74ec91cda5d010080ad4a407fba83144b3 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Mon, 1 Feb 2016 03:33:43 +0800 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d146f0301a..1ec6da0a65 100644 --- a/README.md +++ b/README.md @@ -50,17 +50,17 @@ pnpm install @mycompany/foo - [ ] `pnpm install` - [x] npm packages - - [ ] GitHub-hosted packages (`npm i rstacruz/scourjs`) + - [x] install from packages (`npm i`) - [x] @scoped packages (`npm i @rstacruz/tap-spec`) - [x] tarball release packages (`npm i http://foo.com/tar.tgz`) - [x] compiled packages (`npm i node-sass`) - [x] bundled dependencies (`npm i fsevents@1.0.6`) + - [ ] git-hosted packages (`npm i rstacruz/scourjs`) - [ ] optional dependencies (`npm i escodegen@1.8.0` wants `source-map@~0.2.0`) - - [ ] install from packages - [ ] file packages (`npm i file:../path`) - [x] bin executables - [ ] `--global` installs - - [ ] `--save` et al + - [x] `--save` (et al) - [ ] `pnpm uninstall` - [x] `pnpm ls`