mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Updating readme with information about UI
This commit is contained in:
@@ -13,7 +13,7 @@ The goal is that you do not have to leave your Steam library to launch games fro
|
|||||||
- [x] [Origin](https://www.origin.com) integration (currently only windows, linux comming soon)
|
- [x] [Origin](https://www.origin.com) integration (currently only windows, linux comming soon)
|
||||||
- [x] Cross Platform
|
- [x] Cross Platform
|
||||||
- [x] Small (~1.5mb on disk), lightweight (~2mb ram) and fast(~1s sync)
|
- [x] Small (~1.5mb on disk), lightweight (~2mb ram) and fast(~1s sync)
|
||||||
- [ ] UI For configuration
|
- [x] UI For configuration
|
||||||
- [ ] GOG integration
|
- [ ] GOG integration
|
||||||
- [ ] UPlay integration
|
- [ ] UPlay integration
|
||||||
- [ ] [Lutris](https://github.com/lutris/lutris) integration
|
- [ ] [Lutris](https://github.com/lutris/lutris) integration
|
||||||
@@ -24,28 +24,26 @@ The goal is that you do not have to leave your Steam library to launch games fro
|
|||||||
## Beta
|
## Beta
|
||||||
|
|
||||||
This tool is still in beta, there are still lots of things to do, but the things that are there work.
|
This tool is still in beta, there are still lots of things to do, but the things that are there work.
|
||||||
Currently it is only a cli and there are no recuring synchronizations, but those things are coming.
|
|
||||||
|
|
||||||
Feel free to submit issues and pull requests.
|
Feel free to submit issues and pull requests.
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
* Download the latest release from the [releases page](https://github.com/PhilipK/BoilR/releases).
|
* Download the latest release from the [releases page](https://github.com/PhilipK/BoilR/releases).
|
||||||
|
* Choose the UI version or the cli version (if in doubt pick the UI version)
|
||||||
* Place it in a folder of your choice.
|
* Place it in a folder of your choice.
|
||||||
* Run the executable.
|
* Run the executable.
|
||||||
* Restart Steam to see your new shortcuts.
|
* Restart Steam to see your new shortcuts.
|
||||||
|
|
||||||
## Getting art for your shortcuts
|
## Getting art for your shortcuts
|
||||||
|
|
||||||
* Create a file called `config.toml` in the same folder as the executable.
|
|
||||||
* Get a [SteamGridDB API key](https://www.steamgriddb.com/profile/preferences/api)
|
* Get a [SteamGridDB API key](https://www.steamgriddb.com/profile/preferences/api)
|
||||||
* Write it in the `config.toml` file (see how in the [config section](#configuration)).
|
* For the CLI version, Write it in the `config.toml` file (see how in the [config section](#configuration)).
|
||||||
|
* for the Ui version , copy it into the auth key input.
|
||||||
* Run the executable again
|
* Run the executable again
|
||||||
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
The tool reads its configuration from a `config.toml` file.
|
The tool reads its configuration from a `config.toml` file.
|
||||||
In the future there will be an UI for changing these configurations.
|
You can either manually edit this file or use the UI version to changing these configurations.
|
||||||
|
|
||||||
Here is a simple example of how to write the config file:
|
Here is a simple example of how to write the config file:
|
||||||
```toml
|
```toml
|
||||||
|
|||||||
Reference in New Issue
Block a user