mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
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:
parent
9020f77491
commit
ed192192c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue