Merge pull request #139 from MightyCreak/fix-docs
Fix flatpak runtime version used in documentation
This commit is contained in:
commit
f7aeb795a6
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue