From e12feaffbb609c8cd764dc40688e78d2bc9c8375 Mon Sep 17 00:00:00 2001 From: TingPing Date: Tue, 30 May 2017 09:30:42 -0400 Subject: [PATCH] README.md: Use https for repo url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9468bf0..99afd5a 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,6 @@ Using the Flathub repository To install applications that are hosted on Flathub, use the following: ``` -flatpak remote-add flathub http://flathub.org/repo/flathub.flatpakrepo +flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo flatpak --user install flathub org.gnome.Recipes ```