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`