Fix flatpak runtime version used in documentation
This commit is contained in:
parent
396260dae6
commit
f4650642c4
|
@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Removed the lasting lint errors (i.e. in main.py)
|
- Removed the lasting lint errors (i.e. in main.py)
|
||||||
|
- Fix Flatpak runtime version in documentation
|
||||||
|
|
||||||
## 0.7.3 - 2021-11-22
|
## 0.7.3 - 2021-11-22
|
||||||
|
|
||||||
|
|
|
@ -21,8 +21,8 @@ pip install -r requirements.dev.txt
|
||||||
To install Diffuse locally:
|
To install Diffuse locally:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
flatpak install runtime/org.gnome.Sdk/$(uname -p)/3.38
|
flatpak install runtime/org.gnome.Sdk/$(uname -p)/41
|
||||||
flatpak-builder build-flatpak --user --install io.github.mightycreak.Diffuse.yml
|
flatpak-builder --user --install build-flatpak io.github.mightycreak.Diffuse.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
To run Diffuse through Flatpak:
|
To run Diffuse through Flatpak:
|
||||||
|
|
Loading…
Reference in New Issue