File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
2626### Fixed
2727- Removed the lasting lint errors (i.e. in main.py)
28+ - Fix Flatpak runtime version in documentation
2829
2930## 0.7.3 - 2021-11-22
3031
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ pip install -r requirements.dev.txt
2121To install Diffuse locally:
2222
2323``` sh
24- flatpak install runtime/org.gnome.Sdk/$( uname -p) /3.38
25- flatpak-builder build-flatpak -- user --install io.github.mightycreak.Diffuse.yml
24+ flatpak install runtime/org.gnome.Sdk/$( uname -p) /41
25+ flatpak-builder -- user --install build-flatpak io.github.mightycreak.Diffuse.yml
2626```
2727
2828To run Diffuse through Flatpak:
You can’t perform that action at this time.
0 commit comments