Skip to content

Commit

Permalink
docs(README): Add install script instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso committed Oct 27, 2024
1 parent 513fc96 commit 5bd4366
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ Megaphone allows you to post to multiple social networks simultaneously from you
<img src="https://raw.githubusercontent.com/coolapso/megophone/refs/heads/main/media/usage.gif">
</p>




## Features

* Configuration utility: use `megaphone configure` to set up the tool
Expand All @@ -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`
Expand All @@ -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).
Expand Down

0 comments on commit 5bd4366

Please sign in to comment.