diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-07-23 17:56:57 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-07-23 17:56:57 +0100 |
commit | 7140e1fa4a5c505dc16b443a05573ed8d283f499 (patch) | |
tree | 7e7b6b4e7ba5834b0f858a8dc75ddbee29b8a204 | |
parent | 3c7ee7074701bebcc10df49f6d3b501b4cb265e2 (diff) | |
download | micro-lang-7140e1fa4a5c505dc16b443a05573ed8d283f499.tar.gz micro-lang-7140e1fa4a5c505dc16b443a05573ed8d283f499.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ There's a plugin to provide syntax highlighting in vim. The proposed extension f ## How to build -Micro requires Go can be built with: +Micro requires Go 1.18 (or later) can be built with: ``` $ git clone https://git.usebox.net/micro-lang $ cd micro-lang |