refactor: rename binaries to helios-remote-{client,relay,cli}
This commit is contained in:
parent
924be0540e
commit
835d20f734
5 changed files with 91 additions and 17 deletions
14
README.md
14
README.md
|
|
@ -83,6 +83,20 @@ HELIOS_API_KEY=your-secret-key HELIOS_BIND=0.0.0.0:3000 cargo run -p helios-serv
|
|||
|
||||
---
|
||||
|
||||
## Downloads
|
||||
|
||||
Pre-built binaries are available at:
|
||||
|
||||
| Binary | Platform | Link |
|
||||
|---|---|---|
|
||||
| `helios-remote-client` | Windows | [helios-remote-client-windows.exe](https://agent-helios.me/downloads/helios-remote/helios-remote-client-windows.exe) |
|
||||
| `helios-remote-cli` | Linux | [helios-remote-cli-linux](https://agent-helios.me/downloads/helios-remote/helios-remote-cli-linux) |
|
||||
| `helios-remote-cli` | Windows | [helios-remote-cli-windows.exe](https://agent-helios.me/downloads/helios-remote/helios-remote-cli-windows.exe) |
|
||||
|
||||
The relay server (`helios-remote-relay`) runs on the VPS and is not distributed.
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue