From b61b7841877b2702c12626eea21f19fdbcf1e6d9 Mon Sep 17 00:00:00 2001 From: Iwasaki Yudai Date: Mon, 22 May 2017 08:16:24 +0900 Subject: [PATCH] Add comments for stable releases --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c05b745..a382e7b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ GoTTY is a simple command line tool that turns your CLI tools into web applicati # Installation -Download the latest binary file from the [Releases](https://github.com/yudai/gotty/releases) page. +Download the latest stable binary file from the [Releases](https://github.com/yudai/gotty/releases) page. Note that the release marked `Pre-release` is built automatically when new code is pushed to the repository, which can include unstable or breaking changes. Download a release marked `Latest release` for a stabale build. (`darwin_amd64.tar.gz` is for Mac OS X users) @@ -28,9 +28,9 @@ You can install GoTTY with [Homebrew](http://brew.sh/) as well. $ brew install yudai/gotty/gotty ``` -## `go get` Installation +## `go get` Installation (Development) -If you have a Go language environment, you can install GoTTY with the `go get` command. +If you have a Go language environment, you can install GoTTY with the `go get` command. However, this command builds a binary file from the latest master branch, which can include unstable or breaking changes. ```sh $ go get github.com/yudai/gotty