Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdovzhanyn authored Jul 28, 2024
1 parent a65dba3 commit 3e58001
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ Thank you for your interest in contributing to the Theta programming language! H
```sh
./build.sh
```
or, if on Windows, create a `build` directory in the root, then navigate to it in your terminal:
or, if on Windows:
```sh
CC=clang CXX=clang++ cmake .. -G "Unix Makefiles"
make
./build-windows.sh
```

### Verifying the Installation
Expand Down

0 comments on commit 3e58001

Please sign in to comment.