We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d631dc1 + 51cce84 commit debf4d0Copy full SHA for debf4d0
2 files changed
CHANGELOG.md
@@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
- Update pypi packages (@MightyCreak)
17
- Add pre-commit git hooks to run linters (@MightyCreak)
18
19
+### Fixed
20
+
21
+- Docs: fix incorrect flatpak command to install runtime SDK (@MightyCreak)
22
23
## 0.9.0 - 2024-01-13
24
25
### Changed
docs/developers/developers-setup.md
@@ -81,7 +81,7 @@ pip3 install -r requirements.dev.txt
81
To build, test and install Diffuse locally:
82
83
```sh
84
-flatpak install runtime/org.gnome.Sdk/$(uname -p)/44
+flatpak install runtime/org.gnome.Sdk/$(uname -m)/44
85
flatpak-builder --user --install build-flatpak io.github.mightycreak.Diffuse.yml
86
```
87
0 commit comments