Skip to content

Commit f7aeb79

Browse files
authored
Merge pull request #139 from MightyCreak/fix-docs
Fix flatpak runtime version used in documentation
2 parents 396260d + f465064 commit f7aeb79

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

docs/developers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ pip install -r requirements.dev.txt
2121
To 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

2828
To run Diffuse through Flatpak:

0 commit comments

Comments
 (0)