Skip to content

Commit 954a062

Browse files
LOL
1 parent 5a7f1f2 commit 954a062

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff 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 {
6880
You can get it from just cloning this repository and then running it (`dotnet run`).<br />
6981
Or you can clone this repository and then install it globally as a dotnet package (`./install_globally.ps1`) and then just use `crit`.<br />
7082
Or 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

0 commit comments

Comments
 (0)