feat: add instructions on showing welcome screen

This commit is contained in:
David Lapshin 2022-11-28 15:19:20 +03:00
parent 462a1b45bb
commit 2e8e88f2cc

View file

@ -239,9 +239,29 @@ ninja -C builddir run
> During testing and development, as a convenience, you can use the `local.sh` script to quickly rebuild local builds.
## 🎛️ Miscellaneous
### Show welcome window again
The following command will make Gradience show welcome screen on next launch, like you just installed it
#### Flatpak
```shell
flatpak run --command=gsettings com.github.GradienceTeam.Gradience reset com.github.GradienceTeam.Gradience first-run
```
#### Other installation methods
```shell
gsettings reset com.github.GradienceTeam.Gradience first-run
```
## 🙌 Contribute to Gradience
### Code
Fork this repository, then create a push request when you're done adding features or fixing bugs.
### Localization