From f46297b0e7265b1f8eabc31dfad6a3a28f934109 Mon Sep 17 00:00:00 2001 From: Aditya Mishra <75035219+DEVLOPRR@users.noreply.github.com> Date: Fri, 29 Apr 2022 09:55:55 +0530 Subject: [PATCH] Bump The version --- README.md | 4 ++-- make | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4e020e..8bb63dc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Install, update, remove & run AppImage from GitHub using your CLI. (Fork of [App
install libappimage
dependency
pacman -S libappimage
then install bread
-sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.7.1/bread-0.7.1-x86_64 -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread
+ sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.7.2/bread-0.7.2-x86_64 -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread
you can use this step if your distribution doesn't provide libappimage
v1.0.0 or greater, which is the case on Debian & it's derivatives
get the appimage containing libappimage
v1.0.3
sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.7.1/bread-0.7.1-x86_64.AppImage -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread
+ sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.7.2/bread-0.7.2-x86_64.AppImage -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread