@roman-16/proton-cli-win32-x64 1.9.8 → 1.9.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -23
- package/bin/proton-cli.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,28 +39,6 @@ proton-cli implements the same authentication and encryption as the [Proton web
|
|
|
39
39
|
|
|
40
40
|
## Install
|
|
41
41
|
|
|
42
|
-
### Download a binary (recommended)
|
|
43
|
-
|
|
44
|
-
Grab the latest binary for your platform from [**GitHub Releases**](https://github.com/roman-16/proton-cli/releases/latest).
|
|
45
|
-
|
|
46
|
-
| Platform | Binary |
|
|
47
|
-
|---|---|
|
|
48
|
-
| Linux (x86_64) | `proton-cli_linux_amd64` |
|
|
49
|
-
| Linux (ARM64) | `proton-cli_linux_arm64` |
|
|
50
|
-
| macOS (Apple Silicon) | `proton-cli_darwin_arm64` |
|
|
51
|
-
| macOS (Intel) | `proton-cli_darwin_amd64` |
|
|
52
|
-
| Windows (x86_64) | `proton-cli_windows_amd64.exe` |
|
|
53
|
-
|
|
54
|
-
**Linux / macOS:**
|
|
55
|
-
|
|
56
|
-
```bash
|
|
57
|
-
curl -LO https://github.com/roman-16/proton-cli/releases/latest/download/proton-cli_linux_amd64
|
|
58
|
-
chmod +x proton-cli_linux_amd64
|
|
59
|
-
sudo mv proton-cli_linux_amd64 /usr/local/bin/proton-cli
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
**Windows:** download the `.exe` from the [releases page](https://github.com/roman-16/proton-cli/releases/latest) and add it to your PATH.
|
|
63
|
-
|
|
64
42
|
### Install on Arch Linux (AUR)
|
|
65
43
|
|
|
66
44
|
```bash
|
|
@@ -108,7 +86,7 @@ environment.systemPackages = [
|
|
|
108
86
|
### Install on Windows (winget)
|
|
109
87
|
|
|
110
88
|
```powershell
|
|
111
|
-
winget install Roman.ProtonCLI
|
|
89
|
+
winget install Roman-16.ProtonCLI
|
|
112
90
|
```
|
|
113
91
|
|
|
114
92
|
### Install with Homebrew (macOS)
|
|
@@ -131,6 +109,28 @@ go install github.com/roman-16/proton-cli@latest
|
|
|
131
109
|
|
|
132
110
|
> **Note:** `go install` builds do **not** embed the CAPTCHA helper that release binaries include. If Proton demands human verification at login, install a release binary instead. See [Human verification](#human-verification-captcha).
|
|
133
111
|
|
|
112
|
+
### Download a binary
|
|
113
|
+
|
|
114
|
+
Grab the latest binary for your platform from [**GitHub Releases**](https://github.com/roman-16/proton-cli/releases/latest).
|
|
115
|
+
|
|
116
|
+
| Platform | Binary |
|
|
117
|
+
|---|---|
|
|
118
|
+
| Linux (x86_64) | `proton-cli_linux_amd64` |
|
|
119
|
+
| Linux (ARM64) | `proton-cli_linux_arm64` |
|
|
120
|
+
| macOS (Apple Silicon) | `proton-cli_darwin_arm64` |
|
|
121
|
+
| macOS (Intel) | `proton-cli_darwin_amd64` |
|
|
122
|
+
| Windows (x86_64) | `proton-cli_windows_amd64.exe` |
|
|
123
|
+
|
|
124
|
+
**Linux / macOS:**
|
|
125
|
+
|
|
126
|
+
```bash
|
|
127
|
+
curl -LO https://github.com/roman-16/proton-cli/releases/latest/download/proton-cli_linux_amd64
|
|
128
|
+
chmod +x proton-cli_linux_amd64
|
|
129
|
+
sudo mv proton-cli_linux_amd64 /usr/local/bin/proton-cli
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
**Windows:** download the `.exe` from the [releases page](https://github.com/roman-16/proton-cli/releases/latest) and add it to your PATH.
|
|
133
|
+
|
|
134
134
|
### Build from source
|
|
135
135
|
|
|
136
136
|
```bash
|
package/bin/proton-cli.exe
CHANGED
|
Binary file
|