Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@

## 🚀 Quick Install

| Method | Command |
| ---------------------------------------- | ------------------------------------------------------------------------------------------- |
| Cargo (stable) | `cargo install rusty-rain` |
| Cargo (latest) | `cargo install --git https://github.com/cowboy8625/rusty-rain.git` |
| [eget](https://github.com/zyedidia/eget) | `eget cowboy8625/rusty-rain` |
| Docker (build) | `docker build -t rusty-rain . && docker run --rm -it rusty-rain alpha-num -s` |
| Docker (pull) | `docker run --rm -it ghcr.io/cowboy8625/rusty-rain:latest -c alpha-num -s` |
| Debian Package | curl -sSL https://raw.githubusercontent.com/cowboy8625/rusty-rain/master/install.sh \| bash |
| Method | Command |
| --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| Cargo (stable) | `cargo install rusty-rain` |
| Cargo (latest) | `cargo install --git https://github.com/cowboy8625/rusty-rain.git` |
| [eget](https://github.com/zyedidia/eget) | `eget cowboy8625/rusty-rain` |
| Docker (build) | `docker build -t rusty-rain . && docker run --rm -it rusty-rain alpha-num -s` |
| Docker (pull) | `docker run --rm -it ghcr.io/cowboy8625/rusty-rain:latest -c alpha-num -s` |
| Debian Package | curl -sSL https://raw.githubusercontent.com/cowboy8625/rusty-rain/master/install.sh \| bash |
| [WinGet](https://learn.microsoft.com/en-us/windows/package-manager/winget/) | winget install rusty-rain |

---

Expand Down