Move --locked flag to after the URL

The command previously in the README won't actually run (since it assumes you are passing `--locked` as a URL)
This commit is contained in:
Ben White-Horne 2021-03-03 14:29:24 +00:00 committed by GitHub
parent 9020f77491
commit ed192192c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ Alternatively, Rust users can run the following command
without having to clone this repository:
```shell
cargo install --git --locked https://github.com/latex-lsp/texlab.git
cargo install --git https://github.com/latex-lsp/texlab.git --locked
```
## Development