-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add cargo install
method to installation documentation
#2032
Comments
Also maybe a minor nit: I see it's suggested to use |
The The container and binary are distributed at the following locations: |
Is there a specific reason why? As my intended use is to run and use the service only on a single device, and would much rather have a compiled from source version to do that than a bin/container. With #2035 I can get this running in |
for local use case, why not just using the binary distribution / docker distribution linked above? |
I do not run untrusted binary distributions whenever possible. As I mentioned I want to build from source. Especially when it's a |
I see that it's possible to run locally without needing docker or homebrew etc. for those using the Rust toolchain natively:
tabby/CONTRIBUTING.md
Lines 48 to 54 in b71f9c5
Would https://tabby.tabbyml.com/docs/installation/ be open to a PR that echos the CONTRIBUTING doc on how to install and run directly? Or is there something more nuanced about how the binary / container is shipped that doing this would miss?
The text was updated successfully, but these errors were encountered: