From 4168231adab4f3a72ca865e75b593a6b994024f6 Mon Sep 17 00:00:00 2001 From: Andrew Taylor Date: Fri, 26 Jul 2019 12:13:33 +1000 Subject: [PATCH] release 2.6.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be16f83..89453d1 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,8 @@ valgrind also usually detect this type of error, e.g.: * Installation on Linux and Windows Subsystem for Linux ```bash - curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.6/dcc_2.6_all.deb -o /tmp/dcc_2.6_all.deb - sudo apt install /tmp/dcc_2.6_all.deb + curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.6.1/dcc_2.6.1_all.deb -o /tmp/dcc_2.6.1_all.deb + sudo apt install /tmp/dcc_2.6.1_all.deb # on WSL (not Linux) this might be necessary to run programs sudo bash -c "echo 0 > /proc/sys/kernel/yama/ptrace_scope;echo 1 >/proc/sys/vm/overcommit_memory" ``` @@ -152,7 +152,7 @@ valgrind also usually detect this type of error, e.g.: Install gdb - see https://sourceware.org/gdb/wiki/PermissionsDarwin ```bash - sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.6/dcc -o /usr/local/bin/dcc + sudo curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.6.1/dcc -o /usr/local/bin/dcc sudo chmod o+rx /usr/local/bin/dcc ```