From 8c95f33c0a21fabee1031ddabafd2bab45323143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20L=2E=20Hansen?= Date: Mon, 19 Apr 2021 11:00:04 -0700 Subject: [PATCH] Update documentation --- README.md | 6 ++++-- README.md.in | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2920238..4366c12 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ GoTTY is a simple command line tool that turns your CLI tools into web applicati # Installation -Download the latest stable binary file from the [Releases](https://github.com/sorenisanerd/gotty/releases) page. Note that the release marked `Pre-release` is built for testing purpose, which can include unstable or breaking changes. Download a release marked [Latest release](https://github.com/sorenisanerd/gotty/releases/latest) for a stable build. +## From release page + +You can download the latest stable binary file from the [Releases](https://github.com/sorenisanerd/gotty/releases) page. Note that the release marked `Pre-release` is built for testing purpose, which can include unstable or breaking changes. Download a release marked [Latest release](https://github.com/sorenisanerd/gotty/releases/latest) for a stable build. (Files named with `darwin_amd64` are for Mac OS X users) @@ -21,7 +23,7 @@ Download the latest stable binary file from the [Releases](https://github.com/so You can install GoTTY with [Homebrew](http://brew.sh/) as well. ```sh -$ brew install yudai/gotty/gotty +$ brew install sorenisanerd/gotty/gotty ``` ## `go get` Installation (Development) diff --git a/README.md.in b/README.md.in index 64a6a25..6f96599 100644 --- a/README.md.in +++ b/README.md.in @@ -12,7 +12,9 @@ GoTTY is a simple command line tool that turns your CLI tools into web applicati # Installation -Download the latest stable binary file from the [Releases](https://github.com/sorenisanerd/gotty/releases) page. Note that the release marked `Pre-release` is built for testing purpose, which can include unstable or breaking changes. Download a release marked [Latest release](https://github.com/sorenisanerd/gotty/releases/latest) for a stable build. +## From release page + +You can download the latest stable binary file from the [Releases](https://github.com/sorenisanerd/gotty/releases) page. Note that the release marked `Pre-release` is built for testing purpose, which can include unstable or breaking changes. Download a release marked [Latest release](https://github.com/sorenisanerd/gotty/releases/latest) for a stable build. (Files named with `darwin_amd64` are for Mac OS X users) @@ -21,7 +23,7 @@ Download the latest stable binary file from the [Releases](https://github.com/so You can install GoTTY with [Homebrew](http://brew.sh/) as well. ```sh -$ brew install yudai/gotty/gotty +$ brew install sorenisanerd/gotty/gotty ``` ## `go get` Installation (Development)