Skip to content

Commit 40d9b6f

Browse files
committed
update readme
1 parent 33bc048 commit 40d9b6f

2 files changed

Lines changed: 17 additions & 25 deletions

File tree

-554 KB
Binary file not shown.

README.md

Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@
55

66
**Start CLI (`start-cli`)** is the official command-line tool for **StartOS** - a sovereignty-first operating system empowering anyone to run and host their own services independently.
77

8-
The CLI is **essential** for:
9-
- building and packaging services into the **`.s9pk`** (StartOS Service Package) format,
10-
- remotely managing a StartOS node (listing services, installing, updating, backups, monitoring),
11-
- integrating StartOS with CI/CD pipelines and developer tooling.
8+
The CLI is **essential** for:
129

13-
This repository provides **prebuilt `start-cli` binaries** for:
14-
- macOS (Intel x86_64 & Apple Silicon ARM64),
15-
- Linux (Intel x86_64 & ARM64).
10+
- building and packaging services into the **`.s9pk`** (StartOS Service Package) format,
11+
- remotely managing a StartOS node (listing services, installing, updating, backups, monitoring),
12+
- integrating StartOS with CI/CD pipelines and developer tooling.
1613

17-
Official StartOS source code is here: [start9labs/start-os](https://github.com/start9labs/start-os).
14+
This repository provides **prebuilt `start-cli` binaries** for:
15+
16+
- macOS (Intel x86_64 & Apple Silicon ARM64),
17+
- Linux (Intel x86_64 & ARM64).
18+
19+
Official StartOS source code is here: [start9labs/start-os](https://github.com/start9labs/start-os).
1820

1921
---
2022

@@ -23,23 +25,13 @@ Official StartOS source code is here: [start9labs/start-os](https://github.com/s
2325
### Automated Installation (Recommended)
2426

2527
The easiest way to install start-cli is using our automated installer script:
26-
```
27-
curl -fsSL https://start9labs.github.io/start-cli | sh
28-
```
29-
<details>
30-
<summary><b>Click to see installation demo</b><br><br></summary>
31-
<img src=".github/start-cli-installer-demo.webp" alt="Start CLI Installer demo animation"/>
32-
<br>
33-
</details>
3428

35-
Or download and run the script manually:
3629
```
37-
curl -fsSL https://start9labs.github.io/start-cli -o start-cli-installer.sh
38-
chmod +x start-cli-installer.sh
39-
./start-cli-installer.sh
30+
curl -fsSL https://start9labs.github.io/start-cli/install.sh | sh
4031
```
4132

4233
The installer will:
34+
4335
- → Detect your platform automatically (macOS/Linux, Intel/ARM64)
4436
- → Download the correct binary from GitHub releases
4537
- → Install to `~/.local/bin/start-cli`
@@ -54,9 +46,9 @@ If you prefer manual installation, download the appropriate binary from the [Rel
5446

5547
## 🔄 Release Workflow
5648

57-
Binaries are built and published automatically using **GitHub Actions** workflow:
49+
Binaries are built and published automatically using **GitHub Actions** workflow:
5850

59-
- Triggered on each new **tag** pushed (`vX.Y.Z`),
60-
- Builds for all supported platforms,
61-
- Generates SHA256 checksums for integrity verification,
62-
- Publishes a GitHub Release with `.tar.gz` archives ready for download.
51+
- Triggered on each new **tag** pushed (`vX.Y.Z`),
52+
- Builds for all supported platforms,
53+
- Generates SHA256 checksums for integrity verification,
54+
- Publishes a GitHub Release with `.tar.gz` archives ready for download.

0 commit comments

Comments
 (0)