mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
Document binary builds in README
This commit is contained in:
parent
905374593c
commit
892b0f2538
1 changed files with 22 additions and 11 deletions
37
README.md
37
README.md
|
|
@ -83,23 +83,21 @@ These are the clients I tried but failed to compile or run:
|
|||
|
||||
## Installing
|
||||
|
||||
### Static Binaries (Linux)
|
||||
|
||||
Static binary builds (currently for Linux only) are available on the
|
||||
[Release page](https://github.com/dbrgn/tealdeer/releases).
|
||||
Simply download the binary for your platform and run it!
|
||||
|
||||
Builds for other platforms are planned.
|
||||
|
||||
### Cargo Install (Any platform)
|
||||
|
||||
Build and install the tool via cargo...
|
||||
|
||||
$ cargo install tealdeer
|
||||
|
||||
...or from source (see section "Building" in this README).
|
||||
|
||||
If you're an Arch Linux user, you can also install the package from the AUR:
|
||||
|
||||
$ yaourt -S tealdeer-git
|
||||
|
||||
### Bash Autocompletion
|
||||
|
||||
To get bash autocompletion, simply rename the file `bash_tealdeer` to `tldr`
|
||||
and copy it to `/usr/share/bash-completion/completions/tldr`.
|
||||
|
||||
|
||||
## Building
|
||||
### From Source (Any platform)
|
||||
|
||||
tealdeer requires at least Rust 1.19.
|
||||
|
||||
|
|
@ -116,6 +114,19 @@ To enable the log output, set the `RUST_LOG` env variable:
|
|||
$ export RUST_LOG=tldr=debug
|
||||
|
||||
|
||||
### From AUR (Arch Linux)
|
||||
|
||||
If you're an Arch Linux user, you can also install the package from the AUR:
|
||||
|
||||
$ yaourt -S tealdeer-git
|
||||
|
||||
|
||||
## Bash Autocompletion
|
||||
|
||||
To get bash autocompletion, simply rename the file `bash_tealdeer` to `tldr`
|
||||
and copy it to `/usr/share/bash-completion/completions/tldr`.
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Licensed under either of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue