Skip to content

Commit

Permalink
release 2.30
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-taylor committed Nov 1, 2023
1 parent 7f3798f commit d88165b
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.29/dcc_2.29_all.deb -o /tmp/dcc_2.29_all.deb
sudo apt install /tmp/dcc_2.29_all.deb
curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.30/dcc_2.30_all.deb -o /tmp/dcc_2.30_all.deb
sudo apt install /tmp/dcc_2.30_all.deb
```

or
Expand Down

0 comments on commit d88165b

Please sign in to comment.