feat: install from git
This commit is contained in:
@@ -10,7 +10,7 @@ repository = "https://git.hatter.ink/hatter/tiny-encrypt-rs"
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["decrypt", "macos", "smartcard"]
|
default = ["decrypt", "macos", "smartcard"]
|
||||||
all-features = ["decrypt", "macos", "smartcard", "secure-enclave"]
|
full-features = ["decrypt", "macos", "smartcard", "secure-enclave"]
|
||||||
decrypt = ["smartcard"]
|
decrypt = ["smartcard"]
|
||||||
smartcard = ["openpgp-card", "openpgp-card-pcsc", "yubikey"]
|
smartcard = ["openpgp-card", "openpgp-card-pcsc", "yubikey"]
|
||||||
macos = ["security-framework"]
|
macos = ["security-framework"]
|
||||||
|
|||||||
@@ -26,6 +26,12 @@ Compile only encrypt:
|
|||||||
cargo build --release --no-default-features
|
cargo build --release --no-default-features
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Install from git:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
git install --git https://git.hatter.ink/hatter/tiny-encrypt-rs.git --full-features
|
||||||
|
```
|
||||||
|
|
||||||
Edit encrypted file:
|
Edit encrypted file:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
Reference in New Issue
Block a user