summaryrefslogtreecommitdiff
path: root/support/texlab/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-10-11 03:02:59 +0000
committerNorbert Preining <norbert@preining.info>2023-10-11 03:02:59 +0000
commit366cf31a771ded1f10860be3212058d48020398d (patch)
tree99ee483a9fd05dfd4ec908582abb44028bdffbd1 /support/texlab/README.md
parent48eedda2cb4d2644886b862409b24a1d8e9a136f (diff)
CTAN sync 202310110302
Diffstat (limited to 'support/texlab/README.md')
-rw-r--r--support/texlab/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/support/texlab/README.md b/support/texlab/README.md
index 988eda832e..8e90b7064b 100644
--- a/support/texlab/README.md
+++ b/support/texlab/README.md
@@ -3,7 +3,6 @@
[![Wiki](https://img.shields.io/badge/docs-Wiki-success)](https://github.com/latex-lsp/texlab/wiki)
[![GitHub release](https://img.shields.io/github/release/latex-lsp/texlab?label=github)](https://github.com/latex-lsp/texlab/releases)
-[![crates.io](https://img.shields.io/crates/v/texlab)](https://crates.io/crates/texlab)
[![CTAN](https://img.shields.io/ctan/v/texlab)](https://ctan.org/pkg/texlab)
# TexLab
@@ -46,10 +45,12 @@ Then run the following command in the project folder:
cargo build --release
```
-Alternatively, you can install `texlab` from [crates.io](https://crates.io/crates/texlab) and run
+Avoid installing `texlab` from [crates.io](https://crates.io/crates/texlab)
+because we don't publish new versions of the server to the registry, anymore.
+Instead, you can use
```shell
-cargo install texlab
+cargo install --git https://github.com/latex-lsp/texlab --locked --tag <insert version here>
```
## Usage