diff --git a/README.md b/README.md index 6b7693e..95223f2 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,6 @@ Megaphone allows you to post to multiple social networks simultaneously from you

- - - ## Features * Configuration utility: use `megaphone configure` to set up the tool @@ -37,8 +34,6 @@ Megaphone allows you to post to multiple social networks simultaneously from you ## Installation -Easier ways to install are planned and coming soon. - ### AUR On Arch linux you can use the AUR `megophone-bin` @@ -53,6 +48,22 @@ On Arch linux you can use the AUR `megophone-bin` `go install github.com/coolapso/megophone@v1.0.0` +### Linux Script + +It is also impossible to install on any linux distro with the installation script + +#### Latest version + +``` +curl -L https://megophone.coolapso.sh/install.sh | bash +``` + +#### Specific version + +``` +curl -L https://megophone.coolapso.sh/install.sh | VERSION=1.1.0 bash +``` + ### Manual install * Grab the binary from the [releases page](https://github.com/coolapso/megophone/releases).