From 6fbb484f1a266678dfbaa3217b2a9b9cbdc6e19d Mon Sep 17 00:00:00 2001
From: Cedric Beust
Date: Tue, 8 Mar 2016 01:37:08 +0400
Subject: [PATCH 1/3] Indent.
---
documentation/index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/documentation/index.html b/documentation/index.html
index 141f3f7..66de950 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -332,10 +332,10 @@ Available templates
Plug-in: Kobalt
"java" Generates a simple Java project
"kotlin" Generates a simple Kotlin project
- "kobaltPlugin" Generate a sample Kobalt plug-in project
+ "kobaltPlugin" Generate a sample Kobalt plug-in project
Plug-in: Android
- "androidJava" Generate a simple Android Java project<
- "androidKotlin" Generate a simple Android Kotlin project
+ "androidJava" Generate a simple Android Java project
+ "androidKotlin" Generate a simple Android Kotlin project
We see the same plug-ins we just reviewed and a new one provided by the Android plug-in called
"android-java"
. The --plugins
parameter expects a comma-separated list of plug-in
From 1788aab18c765845ee7f6a53f507e7a540baa31e Mon Sep 17 00:00:00 2001
From: Cedric Beust
Date: Thu, 10 Mar 2016 22:59:14 +0400
Subject: [PATCH 2/3] Update instructions.
---
getting-started/index.html | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
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
From 1cf02d9763f31bb0dade0a2c075b3e13e3d419c3 Mon Sep 17 00:00:00 2001
From: Cedric Beust
Date: Sat, 19 Mar 2016 01:14:57 +0400
Subject: [PATCH 3/3] ~/.config/kobalt doc.
---
documentation/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/documentation/index.html b/documentation/index.html
index 66de950..7fde417 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -234,8 +234,8 @@ dependencies {
Settings
- You can create settings that will apply to all your Kobalt builds by creating
- a file in ~/kobalt/settings.xml
:
+ You can define settings that will apply to all your Kobalt builds by creating
+ the file ~/.config/kobalt/settings.xml
:
<kobalt-settings>