From ed192192c4675e3003da0f75ebb07b5a2bb654da Mon Sep 17 00:00:00 2001 From: Ben White-Horne <32932209+kneasle@users.noreply.github.com> Date: Wed, 3 Mar 2021 14:29:24 +0000 Subject: [PATCH] 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) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f07fcd0b..2774613f 100644 --- a/README.md +++ b/README.md @@ -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