File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,18 @@ until num > 10 {
4444}
4545```
4646
47+
48+
49+
50+
51+ ## Run It
52+ ``` powershell
53+ git clone https://github.com/lucascompython/CritLang.git
54+ cd CritLang/CritLang
55+ ./build.ps1 -help
56+ ```
57+
58+
4759## TODOs
4860
4961- [X] Documentation.
@@ -68,13 +80,6 @@ until num > 10 {
6880You can get it from just cloning this repository and then running it (`dotnet run`).<br />
6981Or you can clone this repository and then install it globally as a dotnet package (`./install_globally.ps1`) and then just use `crit`.<br />
7082Or download the executable [here](https://github.com/lucascompython/CritLang/releases) and then you can just use that file.-->
71- ## Run It
72- ``` powershell
73- git clone https://github.com/lucascompython/CritLang.git
74- cd CritLang/CritLang
75- ./build.ps1 -help
76- ```
77-
7883
7984
8085
You can’t perform that action at this time.
0 commit comments