ryzen-controller/README.md
Quentin Decaunes 71dce8c624 Updated readme.
2019-03-01 18:00:04 +01:00

34 lines
584 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
- None, ryzenadj.exe is directly included in Ryzen Controller.
- Just use RyzenControllerInstaller.exe, it will install this software and create a shortcut on desktop and in start menu.
- 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
```