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
-Download the zip file and unzip it in a directory that you can add to your $PATH
variable:
-
$PATH
variable so that you can invoke the command kobaltw
.
+
cd yourLocation unzip kobalt-xxx.zip +cd kobalt-xxx +export PATH=$PWD:$PATH