From 392f2b7934852e4e636613ac0ba428c22d0e6547 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Wed, 1 Jun 2022 10:42:28 +0300 Subject: [PATCH] help with installation --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 996d977..9218382 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,21 @@ If you want to use the interactive menu, install https://github.com/p-gen/smenu # Install +## Quick install: +``` +curl https://raw.githubusercontent.com/moonq/bake/main/bake > ~/.local/bin/bake +chmod +x ~/.local/bin/bake +echo '. <( bake __autocomplete __ )' >> ~/.bashrc +``` + +## Update installation + +Run `bake __update__` + +## Install from repository + +Clone the repository. + Run the command: `./bake` in this folder. Installation prefix is required to install, for example: `./bake install ~/.local/` Finally, insert the autocomplete as explained in installer.