Initial commit: Add install scripts and README
This commit is contained in:
34
README.md
Normal file
34
README.md
Normal 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).
|
||||
Reference in New Issue
Block a user