Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebedthan committed Jul 31, 2024
1 parent 2154cc1 commit ea28d3f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Currently (as of Apr 28, 2024), you should add this option to your command to ge

## 🔧 Installing

### From source

```
git clone https://github.com/Ebedthan/xgt.git
cd xgt
Expand All @@ -45,6 +47,13 @@ cargo install --path . --root ~/.cargo
xgt -h
```

### Using binaries

Please find the binaries for the latest release using the [release page](https://github.com/Ebedthan/xgt/releases) or using the direct link below:
* [Apple Silicon macOS](https://github.com/Ebedthan/xgt/releases/download/v0.4.0/xgt-aarch64-apple-darwin.tar.xz) with its [checksum](https://github.com/Ebedthan/xgt/releases/download/v0.4.0/xgt-aarch64-apple-darwin.tar.xz.sha256)
* [Intel macOS](https://github.com/Ebedthan/xgt/releases/download/v0.4.0/xgt-x86_64-apple-darwin.tar.xz) with its [checksum](https://github.com/Ebedthan/xgt/releases/download/v0.4.0/xgt-x86_64-apple-darwin.tar.xz.sha256)
* [x64 Windows](https://github.com/Ebedthan/xgt/releases/download/v0.4.0/xgt-x86_64-pc-windows-msvc.zip) with its [checksum](https://github.com/Ebedthan/xgt/releases/download/v0.4.0/xgt-x86_64-pc-windows-msvc.zip.sha256)
* [x64 Linux](https://github.com/Ebedthan/xgt/releases/download/v0.4.0/xgt-x86_64-unknown-linux-gnu.tar.xz) with its [checksum](https://github.com/Ebedthan/xgt/releases/download/v0.4.0/xgt-x86_64-unknown-linux-gnu.tar.xz.sha256)

## 💡 Example

Expand Down

0 comments on commit ea28d3f

Please sign in to comment.