From 683a541e17777705cbcaaffb829e55d848c08ce0 Mon Sep 17 00:00:00 2001 From: kusabana Date: Mon, 1 Jan 2024 02:33:46 +0100 Subject: [PATCH] repo: update username --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f96849f..25d0809 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@
-

- ~ezekielathome/accelerator +

+ ~kusabana/accelerator

multithreads source engine http downloads
## 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= ```