We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff50d39 commit ca916f5Copy full SHA for ca916f5
README.md
@@ -246,8 +246,8 @@ int main(void) {
246
* Deb-based Systems including Debian, Ubuntu, Mint and Windows Subsystem for Linux
247
248
```bash
249
- curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.30/dcc_2.30_all.deb -o /tmp/dcc_2.30_all.deb
250
- sudo apt install /tmp/dcc_2.30_all.deb
+ 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
251
```
252
253
or
0 commit comments