~/hooky

822cdf5c6447358488defb4936a2bbe175523c40 — Arthur Melton e9857500 2 years ago
Update readme
1 files changed, 18 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +18 -1
@@ 1,1 1,18 @@

![Hooky](https://github.com/AMTitan/Hooky/raw/master/assets/hooky.png)
<p align="center">
  <img src="https://github.com/AMTitan/Hooky/raw/master/assets/hooky.png" alt="Hooky" style="width: 250px;">
</p>

### Requirements (for controller)

- For Windows
  - [Build Tools for Visual Studio 2022](https://visualstudio.microsoft.com/visual-cpp-build-tools/) and select "Desktop development with C++"
  - If you are not on Windows 11
    - Install Evergreen Bootstrapper from [Microsoft](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section).
- For Mac
  - Open the terminal and run `xcode-select --install`
- [Rust](https://www.rust-lang.org/tools/install)
- Ability to open ports

### Running

Download the `zip`/`tar` of the latest build at the [Releases](https://github.com/AMTitan/Hooky/releases) tab. Unzip the folder and put it somewhere. Open a terminal in the folder called `command` and run `cargo run --release`.