File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616- Update pypi packages (@MightyCreak )
1717- Add pre-commit git hooks to run linters (@MightyCreak )
1818
19+ ### Fixed
20+
21+ - Docs: fix incorrect flatpak command to install runtime SDK (@MightyCreak )
22+
1923## 0.9.0 - 2024-01-13
2024
2125### Changed
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ pip3 install -r requirements.dev.txt
8181To build, test and install Diffuse locally:
8282
8383``` sh
84- flatpak install runtime/org.gnome.Sdk/$( uname -p ) /44
84+ flatpak install runtime/org.gnome.Sdk/$( uname -m ) /44
8585flatpak-builder --user --install build-flatpak io.github.mightycreak.Diffuse.yml
8686```
8787
You can’t perform that action at this time.
0 commit comments