From 8ea3c06524768d56b0a3091e52e6b9556099dbaa Mon Sep 17 00:00:00 2001 From: sixlive Date: Fri, 6 Sep 2024 17:02:58 -0400 Subject: [PATCH] Update install install instructions --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b8ee5b..cc90c83 100644 --- a/README.md +++ b/README.md @@ -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