Skip to content

Commit

Permalink
readme: update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekiel committed Sep 17, 2023
1 parent af3f300 commit 0b47787
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@
multithreads source engine http downloads
</div>

## Usage
download the latest [artifact](https://nightly.link/ezekielathome/accelerator/workflows/ci/trunk?preview) or compile it yourself and then move the binary module to `lua/bin`
then add the following line to `lua/menu/menu.lua` in order to load the module on launch:
```lua
require'accelerator'
```

## Installation
1. download the latest [artifact](https://nightly.link/ezekielathome/accelerator/workflows/ci/trunk?preview) 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
Expand Down

0 comments on commit 0b47787

Please sign in to comment.