View on GitHub

Bread

Install, update, remove & run AppImage from your CLI

Features


Preview

Installation

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

Usage


Building from source

Make Sure You Have Go version 1.18.x & AppImage Builder Installed.

Get The Repository Via Git

git clone https://github.com/pegvin/bread

Go Inside The Source Code Directory & Get All The Dependencies

cd bread
go mod tidy

Make The Build Script Executable And Run It

chmod +x ./make
./make

And To Build The AppImage Run

./make appimage