From 072da77653b39a485cae7a33e42b5b90192e1899 Mon Sep 17 00:00:00 2001
From: Jessica Yuen <im.jessicayuen@gmail.com>
Date: Sun, 3 Dec 2017 10:46:38 -0800
Subject: [PATCH] Clarify release instructions in CONTIBUTING.md

Signed-off-by: Jessica Yuen <im.jessicayuen@gmail.com>
---
 CONTRIBUTING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 26358076..57dd0821 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -112,9 +112,9 @@ To make a new release, follow these instructions:
   ```
   VERSION=vX.Y.Z
   ```
-2. Build a release binary (this implicitly uses `$VERSION`):
+2. Build a release binary (this will set the `ks` version to `$VERSION`):
   ```
-  make
+  make install -e VERSION=$VERSION
   ```
 3. Add an appropriate tag. We do this via `git` (not the github UI) so that the tag is signed.  This process requires you to have write access to the real `master` branch (not your local fork).
   ```
-- 
GitLab