Fix link
This commit is contained in:
parent
55e3a93cf6
commit
c18115ef52
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ use it to decrypting the export from Ente Auth.
|
|||
## Install
|
||||
|
||||
The easiest way is to download a pre-built binary from the [GitHub
|
||||
releases](https://github.com/ente-io/ente/releases?q=tag%3Acli-v0&expanded=true).
|
||||
releases](https://github.com/ente-io/ente/releases?q=tag%3Acli-v0).
|
||||
|
||||
You can also build these binaries yourself
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ using user provided password & kdf params. For encryption, we are using
|
|||
> Settings -> Data -> Import Codes -> ente Encrypted export.
|
||||
|
||||
- **Decrypt using Ente CLI** : Download the latest version of
|
||||
[Ente CLI](https://github.com/ente-io/ente/releases?q=CLI&expanded=false),
|
||||
[Ente CLI](https://github.com/ente-io/ente/releases?q=tag%3Acli-v0),
|
||||
and run the following command
|
||||
|
||||
```
|
||||
|
|
|
@ -24,7 +24,7 @@ configure the endpoint the app should be connecting to.
|
|||
|
||||
> [!WARNING] The new version of CLI that supports connecting to custom server is
|
||||
> still in beta. You can download the beta version from
|
||||
> [here](https://github.com/ente-io/ente/releases?q=tag%3Acli-v0&expanded=true)
|
||||
> [here](https://github.com/ente-io/ente/releases?q=tag%3Acli-v0)
|
||||
|
||||
Define a config.yaml and put it either in the same directory as CLI or path
|
||||
defined in env variable `ENTE_CLI_CONFIG_PATH`
|
||||
|
|
Loading…
Add table
Reference in a new issue