ryzen-controller/README.md

33 lines
592 B
Markdown
Raw Normal View History

2019-02-28 05:12:54 +07:00
# Ryzen controller
2019-02-27 02:06:13 +07:00
2019-02-28 19:52:24 +07:00
[![pipeline status](https://gitlab.com/le.storm1er/ryzen-controller/badges/master/pipeline.svg)](https://gitlab.com/le.storm1er/ryzen-controller/commits/master)
2019-02-28 05:12:54 +07:00
## For users
2019-02-27 02:06:13 +07:00
2019-02-28 05:12:54 +07:00
### Pre-requisite
2019-02-27 02:06:13 +07:00
2019-02-28 14:11:03 +07:00
- 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!
2019-02-27 02:06:13 +07:00
2019-02-28 05:12:54 +07:00
## For developpers
2019-02-27 02:06:13 +07:00
2019-02-28 05:12:54 +07:00
### Pre-requisite
2019-02-27 02:06:13 +07:00
2019-02-28 05:12:54 +07:00
- NodeJS v10.15.1 or newer.
2019-02-27 02:06:13 +07:00
2019-02-28 05:12:54 +07:00
### Installation
2019-02-27 02:06:13 +07:00
```bash
2019-02-28 05:12:54 +07:00
$> cd project
$> npm install
$> npm start
2019-02-27 02:06:13 +07:00
```
2019-02-28 05:12:54 +07:00
### Build
2019-02-27 02:06:13 +07:00
2019-02-28 05:12:54 +07:00
```bash
$> cd project
$> npm run-script build
```