mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
34 lines
530 B
Markdown
34 lines
530 B
Markdown
# Ryzen controller
|
|
|
|
Thanks to https://github.com/FlyGoat/RyzenAdj and his author, ryzenadj.exe is now included.
|
|
No more need for multiple download =D
|
|
|
|
## For users
|
|
|
|
### Pre-requisite
|
|
|
|
- Go to [release page](https://gitlab.com/le.storm1er/ryzen-controller/releases)
|
|
- Download the latest RyzenControllerInstaller.exe
|
|
- Enjoy!
|
|
|
|
## For developpers
|
|
|
|
### Pre-requisite
|
|
|
|
- NodeJS v10.15.1 or newer.
|
|
|
|
### Installation
|
|
|
|
```bash
|
|
$> cd project
|
|
$> npm install
|
|
$> npm start
|
|
```
|
|
|
|
### Build
|
|
|
|
```bash
|
|
$> cd project
|
|
$> npm run-script build
|
|
```
|