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 e8b8f30 commit 64a7763Copy full SHA for 64a7763
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.28/dcc_2.28_all.deb -o /tmp/dcc_2.28_all.deb
250
- sudo apt install /tmp/dcc_2.28_all.deb
+ 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
251
```
252
253
or
0 commit comments