From f4650642c475a9ad40040ca7744a3376841ad452 Mon Sep 17 00:00:00 2001 From: Romain Failliot Date: Sat, 8 Jan 2022 15:04:55 -0500 Subject: [PATCH] Fix flatpak runtime version used in documentation --- CHANGELOG.md | 1 + docs/developers.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b14233..59ed443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Removed the lasting lint errors (i.e. in main.py) +- Fix Flatpak runtime version in documentation ## 0.7.3 - 2021-11-22 diff --git a/docs/developers.md b/docs/developers.md index 6cfb078..d8acd9f 100644 --- a/docs/developers.md +++ b/docs/developers.md @@ -21,8 +21,8 @@ pip install -r requirements.dev.txt To install Diffuse locally: ```sh -flatpak install runtime/org.gnome.Sdk/$(uname -p)/3.38 -flatpak-builder build-flatpak --user --install io.github.mightycreak.Diffuse.yml +flatpak install runtime/org.gnome.Sdk/$(uname -p)/41 +flatpak-builder --user --install build-flatpak io.github.mightycreak.Diffuse.yml ``` To run Diffuse through Flatpak: