Commit b61b7841 by Iwasaki Yudai

Add comments for stable releases

1 parent 1aa392f2
Showing with 3 additions and 3 deletions
...@@ -16,7 +16,7 @@ GoTTY is a simple command line tool that turns your CLI tools into web applicati ...@@ -16,7 +16,7 @@ GoTTY is a simple command line tool that turns your CLI tools into web applicati
# Installation # 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) (`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. ...@@ -28,9 +28,9 @@ You can install GoTTY with [Homebrew](http://brew.sh/) as well.
$ brew install yudai/gotty/gotty $ 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 ```sh
$ go get github.com/yudai/gotty $ go get github.com/yudai/gotty
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!