diff --git a/getting-started/index.html b/getting-started/index.html index cdd797f..6e71225 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -40,18 +40,11 @@
-

1. Install Kobalt

-

With HomeBrew

-

- If you are on MacOS and have brew installed: -

-$ brew install kobalt
-$ which kobaltw
-/usr/local/bin/kobaltw
-

+

1. Install Kobalt

+

Manually

-Download the zip file, unzip it and add the bin 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
@@ -59,6 +52,19 @@ unzip kobalt-xxx.zip
 cd kobalt-xxx
 export PATH=$PWD/bin:$PATH
 
+ +

With HomeBrew

+

+ If you are on MacOS and have brew installed: +

+$ brew install kobalt
+$ which kobaltw
+/usr/local/bin/kobaltw
+

+

+ Note that the Kobalt version on Homebrew might be a bit behind, but once installed, you can easily upgrade to the latest version with kobaltw --update. +

+

2. Initialize your project

Change to your project directory and call the kobaltw command with --init: diff --git a/home/index.html b/home/index.html index c3e0dc8..10f3b7f 100644 --- a/home/index.html +++ b/home/index.html @@ -168,7 +168,7 @@ val jcommander = project {

Status

-Kobalt is currently in Beta but already used in several projects. Here are links to a few build files you can inspect to get a feel for what Kobalt enables: +Here are links to a few build files you can inspect to get a feel for what Kobalt enables: