From bd7c5aab723cb789325a4c85210f9a6c6b18c399 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 3 Mar 2021 01:14:30 +0200 Subject: [PATCH] Added usage instructions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0570886..63b47a4 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,12 @@ 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 +as well run all the unit tests - it won't take too long. + +## Usage + +A list of all commands can be found by typing in the following: + +``` +./tlang +``` \ No newline at end of file