Skip to content

Commit 4f5d871

Browse files
committed
release 2.6
1 parent cbff2a5 commit 4f5d871

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ valgrind also usually detect this type of error, e.g.:
140140
* Installation on Linux and Windows Subsystem for Linux
141141

142142
```bash
143-
curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.5/dcc_2.5_all.deb -o /tmp/dcc_2.5_all.deb
144-
sudo apt install /tmp/dcc_2.5_all.deb
143+
curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.6/dcc_2.6_all.deb -o /tmp/dcc_2.6_all.deb
144+
sudo apt install /tmp/dcc_2.6_all.deb
145145
# on WSL (not Linux) this might be necessary to run programs
146146
sudo bash -c "echo 0 > /proc/sys/kernel/yama/ptrace_scope;echo 1 >/proc/sys/vm/overcommit_memory"
147147
```
@@ -152,7 +152,7 @@ valgrind also usually detect this type of error, e.g.:
152152
Install gdb - see https://sourceware.org/gdb/wiki/PermissionsDarwin
153153

154154
```bash
155-
sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.5/dcc -o /usr/local/bin/dcc
155+
sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.6/dcc -o /usr/local/bin/dcc
156156
sudo chmod o+rx /usr/local/bin/dcc
157157
```
158158

0 commit comments

Comments
 (0)