docs(readme): update to use correct install command

ng new myworkspacename --collection=@nrwl/schematics doesn't typically work and throws dep errors like `Cannot find module '@angular-devkit/schematics'`
This commit is contained in:
Mark Pieszak 2018-11-07 14:50:55 -05:00 committed by Jason Jean
parent 615abad219
commit afd67b52e6

View File

@ -66,7 +66,7 @@ npm install -g @nrwl/schematics
After installing it you can create a new Nx workspace by running: After installing it you can create a new Nx workspace by running:
``` ```
ng new myworkspacename --collection=@nrwl/schematics create-nx-workspace myworkspacename
``` ```
You can also add Nx capabilities to an existing CLI project by running: You can also add Nx capabilities to an existing CLI project by running: