Skip to content

Commit 20dac89

Browse files
committed
Fix URL
1 parent 6bff8d5 commit 20dac89

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
@@ -141,9 +141,9 @@ Datapusher+ from version 1.0.0 onwards will be installed as a extension of CKAN,
141141
it to the appropriate directory, e.g. for Linux:
142142

143143
```bash
144-
wget https://github.com/dathere/qsv/releases/download/2.22.1/qsv-2.22.1-x86_64-unknown-linux-gnu.zip
145-
unzip qsv-2.22.1-x86_64-unknown-linux-gnu.zip
146-
rm qsv-2.22.1-x86_64-unknown-linux-gnu.zip
144+
wget https://github.com/dathere/qsv/releases/download/4.0.0/qsv-4.0.0-x86_64-unknown-linux-gnu.zip
145+
unzip qsv-4.0.0-x86_64-unknown-linux-gnu.zip
146+
rm qsv-4.0.0-x86_64-unknown-linux-gnu.zip
147147
sudo mv qsv* /usr/local/bin
148148
```
149149

0 commit comments

Comments
 (0)