Added usage instructions

This commit is contained in:
Tristan B. Velloza Kildaire 2021-03-03 01:14:30 +02:00
parent fa454049e8
commit bd7c5aab72
1 changed files with 9 additions and 1 deletions

View File

@ -17,4 +17,12 @@ dub build
``` ```
The first command is optional but you want to make sure the compiler is working so you may 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. 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
```