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 0827579 commit d7f03f7Copy full SHA for d7f03f7
README.md
@@ -113,7 +113,7 @@ To download [NPDtools macOS binaries](https://github.com/ablab/npdtools/releases
113
and extract them, go to the directory in which you wish NPDtools to be installed and run:
114
115
``` bash
116
- curl https://github.com/ablab/npdtools/releases/download/npdtools-2.3.0/NPDtools-2.3.0-Darwin.tar.gz -o NPDtools-2.3.0-Darwin.tar.gz
+ curl -L https://github.com/ablab/npdtools/releases/download/npdtools-2.3.0/NPDtools-2.3.0-Darwin.tar.gz -o NPDtools-2.3.0-Darwin.tar.gz
117
tar -xzf NPDtools-2.3.0-Darwin.tar.gz
118
cd NPDtools-2.3.0-Darwin
119
```
0 commit comments