Update docs/user/README.md

Co-Authored-By: Veetaha <veetaha2@gmail.com>
This commit is contained in:
Jeremy Kolb 2020-01-27 08:49:34 -05:00 committed by GitHub
parent 141dc7b81a
commit 1b5b30f2ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ $ cd rust-analyzer
$ cargo install --path ./crates/ra_lsp_server/ --force --locked
$ cd ./editors/code
$ npm install
$ npm run-script package
$ npm run package
$ code --install-extension ./rust-analyzer-0.1.0.vsix
```