From 8f452d950be66a491d99c1e08cb4ac18714ff3a2 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Tue, 29 Mar 2016 22:12:41 -0800 Subject: [PATCH] Path update. --- getting-started/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started/index.html b/getting-started/index.html index e8df501..76f725f 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -51,13 +51,13 @@ $ which kobaltw

Manually

-Download the zip file, unzip it and add that directory to your $PATH variable so that you can invoke the command kobaltw. +Download the zip file, unzip it and add the bin 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
+export PATH=$PWD/bin:$PATH
 

2. Initialize your project