Skip to content

Commit

Permalink
add: notes stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter authored Apr 9, 2023
1 parent e2568ef commit 198c4dd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,22 @@ Built from the ground up for ease of use, performance, beautiful ui and portabil

<a name="installation"></a>
## Installation 📩

- **Binary**:
You can directly download [`binary`](https://github.com/pwnwriter/haylxon/releases/) and run it.

- **Source**:
```bash

> To receive the most up-to-date updates, please utilize this method. I will only push updates through an alternative method if and only when I have stable code.
```bash
$ git clone --depth=1 https://github.com/pwnwriter/haylxon --branch=main
$ cd haylxon
$ cargo build --release
```
Then go to `release` dir and `./hxn` or move the `binary` to your any `$PATH` for instant access from anywhere.


- **Cargo**:
```bash
$ cargo install hxn
Expand Down

0 comments on commit 198c4dd

Please sign in to comment.