Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update Getting Started
authored
Apr 21, 2020
by
Moritz Brückner
Show whitespace changes
Inline
Side-by-side
Getting-Started.md
View page @
edae91e2
...
...
@@ -27,7 +27,7 @@ The above commands require [Git](https://git-scm.com/downloads) in order to work
# Pure Kha
O
pen your project's
`khafile.js`
and add the following line:
After installation, o
pen your project's
`khafile.js`
and add the following line:
```
javascript
await
project
.
addProject
(
"
Libraries/Koui
"
);
...
...
@@ -84,7 +84,7 @@ class Main {
# Armory3D
In Blender
, create a new text file and add the following line:
After installation
, create a new text file
in Blender's file editor
and add the following line:
```
javascript
await
project
.
addProject
(
"
Libraries/Koui
"
);
...
...
...
...