Skip to content

Commit

Permalink
Update install install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sixlive committed Sep 6, 2024
1 parent ca87866 commit 8ea3c06
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ Telegrammer is a command-line interface (CLI) tool written in Go that allows you

## Installation

To install Telegrammer, you need to have Go installed on your machine. Once you have Go set up, you can install Telegrammer with:
You can download Telegrammer from the [releases](https://github.com/sixlive/telegrammer/releases) page.

go get github.com/sixlive/telegrammer
Or install with `go`:

or head over to the [releases](https://github.com/sixlive/telegrammer/releases) to download a pre-compiled binary.
```
go install github.com/sixlive/telegrammer
```

## Usage

Expand Down

0 comments on commit 8ea3c06

Please sign in to comment.