Skip to content

Commit d7f03f7

Browse files
Docs: fixed curl download command (GitHub specifics)
1 parent 0827579 commit d7f03f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ To download [NPDtools macOS binaries](https://github.com/ablab/npdtools/releases
113113
and extract them, go to the directory in which you wish NPDtools to be installed and run:
114114

115115
``` 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
116+
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
117117
tar -xzf NPDtools-2.3.0-Darwin.tar.gz
118118
cd NPDtools-2.3.0-Darwin
119119
```

0 commit comments

Comments
 (0)