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