mirror of
https://github.com/mikkelam/fast-cli.git
synced 2025-12-18 12:54:05 +00:00
update name
This commit is contained in:
parent
c6b72b14c1
commit
4804eea5ad
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -1,14 +1,14 @@
|
||||||
# fast-cli-zig
|
# fast-cli
|
||||||
|
|
||||||
[](https://ziglang.org/)
|
[](https://ziglang.org/)
|
||||||
[](https://github.com/mikkelam/fast-cli-zig/actions/workflows/ci.yml)
|
[](https://github.com/mikkelam/fast-cli/actions/workflows/ci.yml)
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
|
|
||||||
A blazingly fast CLI tool for testing internet speed uses fast.com v2 api. Written in Zig for maximum performance.
|
A blazingly fast CLI tool for testing internet speed uses fast.com v2 api. Written in Zig for maximum performance.
|
||||||
|
|
||||||
⚡ **1.4 MiB binary** • 🚀 **Zero runtime deps** • 📊 **Smart stability detection**
|
⚡ **1.4 MiB binary** • 🚀 **Zero runtime deps** • 📊 **Smart stability detection**
|
||||||
|
|
||||||
## Why fast-cli-zig?
|
## Why fast-cli?
|
||||||
|
|
||||||
- **Tiny binary**: Just 1.4 MiB, no runtime dependencies
|
- **Tiny binary**: Just 1.4 MiB, no runtime dependencies
|
||||||
- **Blazing fast**: Concurrent connections with adaptive chunk sizing
|
- **Blazing fast**: Concurrent connections with adaptive chunk sizing
|
||||||
|
|
@ -20,7 +20,7 @@ A blazingly fast CLI tool for testing internet speed uses fast.com v2 api. Writt
|
||||||
### Pre-built Binaries
|
### Pre-built Binaries
|
||||||
For example, on an Apple Silicon Mac:
|
For example, on an Apple Silicon Mac:
|
||||||
```bash
|
```bash
|
||||||
curl -L https://github.com/mikkelam/fast-cli-zig/releases/latest/download/fast-cli-aarch64-macos.tar.gz -o fast-cli.tar.gz
|
curl -L https://github.com/mikkelam/fast-cli/releases/latest/download/fast-cli-aarch64-macos.tar.gz -o fast-cli.tar.gz
|
||||||
tar -xzf fast-cli.tar.gz
|
tar -xzf fast-cli.tar.gz
|
||||||
chmod +x fast-cli && sudo mv fast-cli /usr/local/bin/
|
chmod +x fast-cli && sudo mv fast-cli /usr/local/bin/
|
||||||
fast-cli --help
|
fast-cli --help
|
||||||
|
|
@ -28,8 +28,8 @@ fast-cli --help
|
||||||
|
|
||||||
### Build from Source
|
### Build from Source
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/mikkelam/fast-cli-zig.git
|
git clone https://github.com/mikkelam/fast-cli.git
|
||||||
cd fast-cli-zig
|
cd fast-cli
|
||||||
zig build --release=safe
|
zig build --release=safe
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue