Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easy install via cargo #152

Closed
jounathaen opened this issue Jan 24, 2020 · 2 comments
Closed

Easy install via cargo #152

jounathaen opened this issue Jan 24, 2020 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@jounathaen
Copy link

IMHO the simples method of installing this tool (from source) is via this cargo one-liner:

cargo install --git https://github.com/latex-lsp/texlab.git

Maybe this helps other users.

(If this tool would be a crate on crates.io, one could simply install and update it via cargo install texlab. 😉)

@pfoerster
Copy link
Member

Thanks for the report. I was not aware that you can install git repositories via cargo. I added the one-liner to the README. Publishing the crate on crates.io is not an easy task as this would involve publishing a lot of other crates like the jsonrpc and jsonrpc-derive crates, which we don't think, are ready yet for use cases other than texlab.

@pfoerster pfoerster added the duplicate This issue or pull request already exists label May 12, 2021
@pfoerster
Copy link
Member

Closing this one in favor of #399.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants