mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 11:27:43 +03:00
rage: Add README note about how to use the feature flags
This commit is contained in:
parent
a9fbe500e1
commit
c5dcd7bdea
1 changed files with 4 additions and 0 deletions
|
@ -140,6 +140,10 @@ Help from new packagers is very welcome.
|
||||||
|
|
||||||
### Feature flags
|
### Feature flags
|
||||||
|
|
||||||
|
When building with Cargo, you can configure rage using `--no-default-features`
|
||||||
|
and `--features comma,separated,flags` to enable or disable the following
|
||||||
|
feature flags:
|
||||||
|
|
||||||
- `mount` enables the `rage-mount` tool, which can mount age-encrypted TAR or
|
- `mount` enables the `rage-mount` tool, which can mount age-encrypted TAR or
|
||||||
ZIP archives as read-only. It is currently only usable on Unix systems, as it
|
ZIP archives as read-only. It is currently only usable on Unix systems, as it
|
||||||
relies on `libfuse`.
|
relies on `libfuse`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue