Skip to content

Commit

Permalink
release 2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-taylor committed Nov 8, 2023
1 parent 4bfcdd3 commit c7ae892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ int main(void) {
* Deb-based Systems including Debian, Ubuntu, Mint and Windows Subsystem for Linux

```bash
curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.31/dcc_2.31_all.deb -o /tmp/dcc_2.31_all.deb
sudo apt install /tmp/dcc_2.31_all.deb
curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.32/dcc_2.32_all.deb -o /tmp/dcc_2.32_all.deb
sudo apt install /tmp/dcc_2.32_all.deb
```

or
Expand Down

0 comments on commit c7ae892

Please sign in to comment.