Skip to content

Commit

Permalink
vault: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed May 24, 2024
1 parent 13ef6b1 commit 0cb0385
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions backend/vault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,25 +83,25 @@ After download with `curl` or `wget` the file needs to be made executable with [
#### Intel-based Macs

```shell
$ curl --output rclone -L https://github.com/internetarchive/rclone/releases/download/v1.65.1-vault-20240523103633-5105cddbd/rclone_1.65.1-vault-20240523103633-5105cddbd_Darwin_x86_64
$ curl --output rclone -L https://github.com/internetarchive/rclone/releases/download/v1.66.0-vault-20240524111640-13ef6b18a/rclone_1.66.0-vault-20240524111640-13ef6b18a_Darwin_x86_64
$ chmod +x rclone
```

#### Apple Silicon Macs

```shell
$ curl --output rclone -L https://github.com/internetarchive/rclone/releases/download/v1.65.1-vault-20240523103633-5105cddbd/rclone_1.65.1-vault-20240523103633-5105cddbd_Darwin_arm64
$ curl --output rclone -L https://github.com/internetarchive/rclone/releases/download/v1.66.0-vault-20240524111640-13ef6b18a/rclone_1.66.0-vault-20240524111640-13ef6b18a_Darwin_arm64
$ chmod +x rclone
```

### Install on Windows

Download the latest binary (e.g. with your browser):

* Rclone with Vault for Windows x64 64bit: [https://github.com/internetarchive/rclone/releases/download/v1.65.1-vault-20240523103633-5105cddbd/rclone_1.65.1-vault-20240523103633-5105cddbd_Windows_x86_64.exe](https://github.com/internetarchive/rclone/releases/download/v1.65.1-vault-20240523103633-5105cddbd/rclone_1.65.1-vault-20240523103633-5105cddbd_Windows_x86_64.exe)
* Rclone with Vault for Windows x64 64bit: [https://github.com/internetarchive/rclone/releases/download/v1.66.0-vault-20240524111640-13ef6b18a/rclone_1.66.0-vault-20240524111640-13ef6b18a_Windows_x86_64.exe](https://github.com/internetarchive/rclone/releases/download/v1.66.0-vault-20240524111640-13ef6b18a/rclone_1.66.0-vault-20240524111640-13ef6b18a_Windows_x86_64.exe)

In (the rare) case you have an ARM based computer running Windows, please
download: [https://github.com/internetarchive/rclone/releases/download/v1.65.1-vault-20240523103633-5105cddbd/rclone_1.65.1-vault-20240523103633-5105cddbd_Windows_arm64.exe](https://github.com/internetarchive/rclone/releases/download/v1.65.1-vault-20240523103633-5105cddbd/rclone_1.65.1-vault-20240523103633-5105cddbd_Windows_arm64.exe).
download: [https://github.com/internetarchive/rclone/releases/download/v1.66.0-vault-20240524111640-13ef6b18a/rclone_1.66.0-vault-20240524111640-13ef6b18a_Windows_arm64.exe](https://github.com/internetarchive/rclone/releases/download/v1.66.0-vault-20240524111640-13ef6b18a/rclone_1.66.0-vault-20240524111640-13ef6b18a_Windows_arm64.exe).

**Important**: We do not sign the executables, which is why Windows will issue
warnings about an untrusted source and will suggest that you delete the file.
Expand All @@ -128,8 +128,8 @@ recognized internal or external command*).

Download the latest release depending on your architecture:

* [x64 64-bit](https://github.com/internetarchive/rclone/releases/download/v1.65.1-vault-20240523103633-5105cddbd/rclone_1.65.1-vault-20240523103633-5105cddbd_Linux_x86_64)
* [ARM64](https://github.com/internetarchive/rclone/releases/download/v1.65.1-vault-20240523103633-5105cddbd/rclone_1.65.1-vault-20240523103633-5105cddbd_Linux_arm64)
* [x64 64-bit](https://github.com/internetarchive/rclone/releases/download/v1.66.0-vault-20240524111640-13ef6b18a/rclone_1.66.0-vault-20240524111640-13ef6b18a_Linux_x86_64)
* [ARM64](https://github.com/internetarchive/rclone/releases/download/v1.66.0-vault-20240524111640-13ef6b18a/rclone_1.66.0-vault-20240524111640-13ef6b18a_Linux_arm64)

For convenience, you can rename the downloaded file to e.g. `rclone` with your
File Explorer or the [`mv`](https://man7.org/linux/man-pages/man1/mv.1.html)
Expand Down

0 comments on commit 0cb0385

Please sign in to comment.