This commit is contained in:
buffet 2019-10-16 19:09:17 +02:00
parent 40b7907d72
commit 2a68107705

View file

@ -9,7 +9,7 @@ Concepts
-------- --------
kiwmi is cool and all, because it doesn't enforce any logic itself. kiwmi is cool and all, because it doesn't enforce any logic itself.
This means that the user can easily (via some Lua scripting) create their own behaiors, and can do anything they wish! This means that the user can easily (via some Lua scripting) create their own behaviors, and can do anything they wish!
Of course this means that there is a steep curve to get into it, but for some people it might be worth it. Of course this means that there is a steep curve to get into it, but for some people it might be worth it.
In the future there might be a base to base your stuff on, but at the moment this doesn't even work. In the future there might be a base to base your stuff on, but at the moment this doesn't even work.
@ -36,9 +36,7 @@ $ ninja -C build
Install with: Install with:
----
# ninja -C build install # ninja -C build install
----
Contribution Contribution
------------ ------------