From 0832aa1f9f6af692d7b4e8b2c2bf802895788d8a Mon Sep 17 00:00:00 2001 From: Philip Kristoffersen Date: Fri, 15 Apr 2022 19:00:24 +0200 Subject: [PATCH] Reorder readme a bit --- Readme.md | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/Readme.md b/Readme.md index 6997917..c3a878a 100644 --- a/Readme.md +++ b/Readme.md @@ -73,20 +73,9 @@ In previous releases there was both a CLI and UI version of BoilR, now there is But you can add the commandling argument ``--no-ui`` and then the UI version will act like the old CLI version. This saves some CO2 from not having to build 2 versions of BoilR for each platform, and it also makes development easier. +## Contributions -## What is up with the name BoilR? - -This tool turns things into Steam, therefor boiler, And it is written in **R**ust so therefor: BoilR - - -## I found a bug, what do it do? -Check that there is not already an issue for it [here](https://github.com/PhilipK/BoilR/issues) -If not, create a new issue and I will have a look at it (remember to write which OS you are using). - -## I have a great idea / I would like support for a specific platform, what do I do? -Check out the [discussions](https://github.com/PhilipK/BoilR/discussions) and feel free to create new discussions for your idea. - -## How can I help/contribute? +### How can I help/contribute? If you are a coder, you can fork this repo and then create a pull request, they are very welcome! To run BoilR just write: @@ -96,11 +85,19 @@ cargo run If you are not a developer (or you don't like to code in Rust) spread the work and create issues/discussions for anything. -## Can I donate to support BoilR? +### I found a bug, what do it do? +Check that there is not already an issue for it [here](https://github.com/PhilipK/BoilR/issues) +If not, create a new issue and I will have a look at it (remember to write which OS you are using). + +### I have a great idea / I would like support for a specific platform, what do I do? +Check out the [discussions](https://github.com/PhilipK/BoilR/discussions) and feel free to create new discussions for your idea. + + +### Can I donate to support BoilR? Nope, please don't, donate it to your favorite charity instead, and if you don't have one of those may I suggest something like [GiveWell](https://www.givewell.org/). - - - -## License +### License This project is dual license MIT or Apache 2.0 , it is up to you. In short, you can do what you want with this project, but if in doubt read the license files. + +## What is up with the name BoilR? +This tool turns things into Steam, therefor boiler, And it is written in **R**ust so therefor: BoilR