File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 2121
2222## 🚀 Installation
2323
24+ ### 🛠️ From Source (via Cargo)
2425You’ll need a [ Rust] ( https://rust-lang.org/tools/install ) toolchain (` stable ` channel).
2526
2627``` bash
@@ -29,14 +30,15 @@ cd chaoscoder
2930cargo build --release
3031```
3132
33+ ### 📁 Prebuilt Binaries
3234
33- ## Installation
35+ Download binaries for your platform from the [ releases page] ( https://github.com/Ebedthan/chaoscoder/releases ) :
36+
37+ * macOS (Apple Silicon): [ Download] ( https://github.com/Ebedthan/chaoscoder/releases/download/v1.0.0/chaoscoder-v1.0.0-aarch64-apple-darwin.tar.xz ) • [ Checksum] ( https://github.com/Ebedthan/chaoscoder/releases/download/v1.0.0/chaoscoder-v1.0.0-aarch64-apple-darwin.tar.xz.sh256 )
38+ * macOS (Intel): [ Download] ( https://github.com/Ebedthan/chaoscoder/releases/download/v1.0.0/chaoscoder-v1.0.0-x86_64-apple-darwin.tar.xz ) • [ Checksum] ( https://github.com/Ebedthan/chaoscoder/releases/download/v1.0.0/chaoscoder-v1.0.0-x86_64-apple-darwin.tar.xz.sha256 )
39+ * Linux (x86\_ 64): [ Download] ( https://github.com/Ebedthan/chaoscoder/releases/download/v1.0.0/chaoscoder-v1.0.0-x86_64-unknown-linux-gnu.tar.xz ) • [ Checksum] ( https://github.com/Ebedthan/chaoscoder/releases/download/v1.0.0/chaoscoder-v1.0.0-x86_64-unknown-linux-gnu.tar.xz.sha256 )
40+ * Windows (x86\_ 64): [ Download] ( https://github.com/Ebedthan/chaoscoder/releases/download/v1.0.0/chaoscoder-v1.0.0-x86_64-pc-windows-msvc.zip ) • [ Checksum] ( https://github.com/Ebedthan/chaoscoder/releases/download/v1.0.0/chaoscoder-v1.0.0-x86_64-pc-windows-msvc.zip.sha256 )
3441
35- ``` bash
36- git clone https://github.com/Ebedthan/chaoscoder.git
37- cd chaoscoder
38- cargo build --release
39- ```
4042
4143## 🛠️ Usage
4244
You can’t perform that action at this time.
0 commit comments