Skip to content

Commit 7c2a6e9

Browse files
Update README
1 parent 9b02601 commit 7c2a6e9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ CritLang/CritLang.csproj.user
88
CritLang/Content/ola.txt
99

1010
.antlr
11-
test.crit
11+
test.crit
12+
.vscode

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ until num > 10 {
5252
```
5353

5454
## Run It
55-
55+
Download the binary [here](https://github.com/lucascompython/CritLang/tags).
56+
OR
57+
Build it
5658
```powershell
5759
git clone https://github.com/lucascompython/CritLang.git
5860
cd CritLang/CritLang

0 commit comments

Comments
 (0)