Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Using apt:
```sudo apt install build-essential clang cmake3 libssl-dev git```

After installing prereqs, make a link to `cmake3` named `cmake`
```sudo ln /usr/bin/cmake3 <somwhere/under/$PATH/>cmake```
```sudo ln /usr/bin/cmake3 <somewhere/under/$PATH/>cmake```

## Windows
We recommend developing sunscreen on macOS or Linux, as Windows is really slow.
Expand Down