From fa454049e84b281a7f6343b83d9d140da1d22579 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 3 Mar 2021 01:01:54 +0200 Subject: [PATCH] Added build instructions and link to docs --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 0a3ac6e1..0570886a 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,19 @@ tlang ===== Official Tristan Language project compiler + +## Docs + +Docs are available [here](http://deavmi.assigned.network/secret/tlang). + +## Building + +To build you will need `dmd` and `dub` installed. You can then run the following: + +``` +dub test +dub build +``` + +The first command is optional but you want to make sure the compiler is working so you may +as well run all the unit tests - it won't take too long. \ No newline at end of file