chore(docs): simplify Go installation instruction

pull/34/head
jon r 2023-10-18 20:49:34 +02:00 zatwierdzone przez GitHub
rodzic 43a1766244
commit 52643b49f7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -29,9 +29,7 @@ See the [install instructions](https://golang.org/doc/install.html).
Compiling mastotool is easy, simply run:
git clone https://github.com/muesli/mastotool.git
cd mastotool
go build
go install github.com/muesli/mastotool@latest
## Usage