mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 11:27:43 +03:00
Move installation instructions to top of README
This commit is contained in:
parent
fdb518c6d8
commit
18478ab607
1 changed files with 13 additions and 13 deletions
26
README.md
26
README.md
|
@ -13,6 +13,19 @@ age was designed by [@Benjojo12](https://twitter.com/Benjojo12) and
|
|||
The reference interoperable Go implementation is available at
|
||||
[filippo.io/age](https://filippo.io/age).
|
||||
|
||||
## Installation
|
||||
|
||||
| Environment | CLI command |
|
||||
|-------------|-------------|
|
||||
| Cargo (Rust 1.56+) | `cargo install rage` |
|
||||
| Homebrew (macOS or Linux) | `brew tap str4d.xyz/rage https://str4d.xyz/rage`<br>`brew install rage` |
|
||||
| openSUSE Tumbleweed | `zypper install rage-encryption` |
|
||||
|
||||
On Windows, Linux, and macOS, you can use the
|
||||
[pre-built binaries](https://github.com/str4d/rage/releases).
|
||||
|
||||
Help from new packagers is very welcome.
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
|
@ -124,19 +137,6 @@ Note that SSH key support employs more complex cryptography, and embeds a public
|
|||
key tag in the encrypted file, making it possible to track files that are
|
||||
encrypted to a specific public key.
|
||||
|
||||
## Installation
|
||||
|
||||
| Environment | CLI command |
|
||||
|-------------|-------------|
|
||||
| Cargo (Rust 1.56+) | `cargo install rage` |
|
||||
| Homebrew (macOS or Linux) | `brew tap str4d.xyz/rage https://str4d.xyz/rage`<br>`brew install rage` |
|
||||
| openSUSE Tumbleweed | `zypper install rage-encryption` |
|
||||
|
||||
On Windows, Linux, and macOS, you can use the
|
||||
[pre-built binaries](https://github.com/str4d/rage/releases).
|
||||
|
||||
Help from new packagers is very welcome.
|
||||
|
||||
### Feature flags
|
||||
|
||||
When building with Cargo, you can configure rage using `--no-default-features`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue