From bcec5e47f7e76964c82e59ddba69b5a03be54a60 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 18 Jul 2022 12:28:25 +0100 Subject: Build instructions --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14b1170..b7bda3f 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,19 @@ A compiler targeting the Z80 CPU was planned, and that is influencing what is av There's a plugin to provide syntax highlighting in vim. The proposed extension for Micro source code is `.micro` or `.cro`. +## How to build + +Micro requires Go can be built with: +``` +$ git clone https://git.usebox.net/micro-lang +$ cd micro-lang +$ make +``` + +`micro` binary should be in `./bin` directory ready to use. + +You can also [browse the code via web](https://git.usebox.net/micro-lang.git/about/). + ### Running the interpreter Run a script with `micro file.micro`, or start the REPL with `micro`: @@ -54,5 +67,5 @@ You can also read [the grammar](grammar.md). ## Copying -This software is distributed under MIT license, unless stated otherwise. +This software is distributed under MIT license, unless stated otherwise. See [COPYING](COPYING) file for further details. -- cgit v1.2.3