diff --git a/README.md b/README.md index fd7dc97c..bc1ad3d1 100644 --- a/README.md +++ b/README.md @@ -44,19 +44,21 @@ Project goals are the following: ## πŸ”§ Installation -## Simple +### Simple and Quick -Go to [releases](https://github.com/gikari/bismuth/releases), download the +Paste the following script in the command line: + + wget -q -O - https://git.io/J2gLk | sh + +This will download the latest release and execute the installation script. + +### Manual + +Alternatively, go to [releases](https://github.com/gikari/bismuth/releases), download the latest `bismuth.tar.gz` archive, unzip it and execute the installation script, that is inside. - - - - - - -## From source +### From Source Install script from source: diff --git a/contrib/quick-install.sh b/contrib/quick-install.sh index 4fc53c3d..a2ca000b 100644 --- a/contrib/quick-install.sh +++ b/contrib/quick-install.sh @@ -7,7 +7,7 @@ set -e # Download latest release -echo "πŸ•ΈοΈ Downloading the latest release..." +echo "πŸ•ΈοΈ Downloading the latest Bismuth release..." wget -q --output-document /tmp/bismuth.tar.gz https://github.com/gikari/bismuth/releases/latest/download/bismuth.tar.gz # Extract it diff --git a/res/install.sh b/res/install.sh index c212207d..0bd633de 100644 --- a/res/install.sh +++ b/res/install.sh @@ -24,3 +24,6 @@ echo "πŸ”§ Enabling user configuration..." mkdir -p ~/.local/share/kservices5/ ln -sf ~/.local/share/kwin/scripts/bismuth/metadata.desktop ~/.local/share/kservices5/bismuth.desktop +echo "πŸŽ‰ Installation finished." +echo "πŸ’‘ You can enable and configure Bismuth in the System Settings > Window Management > KWin Scripts." +echo "🦾 Enjoy your tiling!"