diff --git a/README.md b/README.md index 265691a..2a323d3 100644 --- a/README.md +++ b/README.md @@ -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