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