mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
33 lines
592 B
Markdown
33 lines
592 B
Markdown
# Ryzen controller
|
|
|
|
[![pipeline status](https://gitlab.com/le.storm1er/ryzen-controller/badges/master/pipeline.svg)](https://gitlab.com/le.storm1er/ryzen-controller/commits/master)
|
|
|
|
## For users
|
|
|
|
### Pre-requisite
|
|
|
|
- Go to https://github.com/FlyGoat/RyzenAdj/releases and download the latest compiled version.
|
|
- Execute Ryzen Controller, go select ryzenadj.exe into settings tab.
|
|
- 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
|
|
```
|