From 61e5e9362f9657038caf04eea2e2c2f84901a7c0 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 16 May 2016 10:48:21 -0400 Subject: [PATCH] Clarify state of `v1` branch --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac59994..e5b01bd 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,11 @@ export PATH=$PATH:$GOPATH/bin There is currently a long-lived branch named `v2` that is intended to land as the new `master` branch once development there has settled down. The current -`master` branch (what will become `v1`) is being manually merged into `v2` on an -irregular human schedule, but generally if one wants to "upgrade" to `v2` *now* -and accept the volatility (read: "awesomeness") that comes along with that, -please use whatever version pinning of your preference, such as via `gopkg.in`: +`master` branch (current mirrored as `v1`) is being manually merged into `v2` on +an irregular human-based schedule, but generally if one wants to "upgrade" to +`v2` *now* and accept the volatility (read: "awesomeness") that comes along with +that, please use whatever version pinning of your preference, such as via +`gopkg.in`: ``` $ go get gopkg.in/codegangsta/cli.v2