Merge pull request #139 from MightyCreak/fix-docs

Fix flatpak runtime version used in documentation
This commit is contained in:
Creak 2022-01-08 17:50:27 -05:00 committed by GitHub
commit f7aeb795a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Removed the lasting lint errors (i.e. in main.py)
- Fix Flatpak runtime version in documentation
## 0.7.3 - 2021-11-22

View File

@ -21,8 +21,8 @@ pip install -r requirements.dev.txt
To install Diffuse locally:
```sh
flatpak install runtime/org.gnome.Sdk/$(uname -p)/3.38
flatpak-builder build-flatpak --user --install io.github.mightycreak.Diffuse.yml
flatpak install runtime/org.gnome.Sdk/$(uname -p)/41
flatpak-builder --user --install build-flatpak io.github.mightycreak.Diffuse.yml
```
To run Diffuse through Flatpak: