Initial commit: Add install scripts and README

This commit is contained in:
2026-04-03 01:04:30 +00:00
commit 8e50eef945
4 changed files with 598 additions and 0 deletions

34
README.md Normal file
View File

@@ -0,0 +1,34 @@
# Aideris CLI Distribution
Official distribution repository for Aideris CLI binaries and installation scripts.
## Quick Install
```bash
curl -fsSL https://gitea.clickthings.net/whuang/aideris-cli-dist/raw/branch/main/install.sh | sh
```
## Install Specific Version
```bash
curl -fsSL https://gitea.clickthings.net/whuang/aideris-cli-dist/raw/branch/main/install.sh | sh -s -- --version v1.0.0
```
## Manual Installation
1. Download the binary for your platform from [Releases](https://gitea.clickthings.net/whuang/aideris-cli-dist/releases)
2. Make it executable: `chmod +x aideris-cli-*`
3. Move to PATH: `sudo mv aideris-cli-* /usr/local/bin/aideris-cli`
## Supported Platforms
- Linux (amd64, arm64, armv7)
- macOS (amd64, arm64)
## Source Code
Source code is available at: [whuang/aideris-cli-go](https://gitea.clickthings.net/whuang/aideris-cli-go)
## Documentation
For full documentation, visit the [main repository](https://gitea.clickthings.net/whuang/aideris-cli-go).