From 1788aab18c765845ee7f6a53f507e7a540baa31e Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 10 Mar 2016 22:59:14 +0400 Subject: [PATCH] Update instructions. --- getting-started/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/getting-started/index.html b/getting-started/index.html index 66e3cc1..b3103b2 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -51,11 +51,13 @@ $ which kobaltw

Manually

-Download the zip file and unzip it in a directory that you can add to your $PATH variable: -

+Download the zip file, unzip it and add that directory to your $PATH variable so that you can invoke the command kobaltw. +

 cd yourLocation
 unzip kobalt-xxx.zip
+cd kobalt-xxx
+export PATH=$PWD:$PATH
 

2. Initialize your project