Skip to content

Commit

Permalink
repo: update username
Browse files Browse the repository at this point in the history
  • Loading branch information
kusabana committed Jan 1, 2024
1 parent bedeaa5 commit 683a541
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<div align="center">
<h3><a href="https://github.com/ezekielathome">
~ezekielathome/</a>accelerator
<h3><a href="https://github.com/kusabana">
~kusabana/</a>accelerator
</h3>
multithreads source engine http downloads
</div>

## Installation
1. download the latest [artifact](https://nightly.link/ezekielathome/accelerator/workflows/ci/trunk?preview) or compile it yourself
1. download the latest artifact or compile it yourself
2. move the binary module (.dll file) to `garrysmod/lua/bin`
3. add `require'accelerator'` to `garrysmod/lua/menu/menu.lua` in order to load the module on launch
## Building
```sh
git clone https://github.com/ezekielathome/accelerator
git clone https://github.com/kusabana/accelerator
cd accelerator
cargo +nightly build --release --target=<desired_target>
```
Expand Down

0 comments on commit 683a541

Please sign in to comment.