From cfeb8ed8177e12fee956179012d574d7e9ef6e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Thu, 21 Jan 2016 15:10:49 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ad350a6..fbd2684 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ Second attempt at Lua based operating system, primarily aimed at RaspberryPi, bu fact that GNU/Linux + python solution isn't allays the best for people that haven't been programming ever, and Lua in one of the simplest, most intuitive languages. It has only 6 types, very simple syntax, yet supports many advanced mechanisms. +Running +---- +1. Clone this repository +2. Get `xxd` utility(usually packaged with vim) +3. Execute `make build` + Idea ----- Design of system APIs is heavily influenced by [OpenComputers](https://github.com/MightyPirates/OpenComputers) minecraft mod. Some Lua code parts are