Skip to content

Commit

Permalink
Docs: fixed curl download command (GitHub specifics)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeigurevich committed Jan 9, 2019
1 parent 0827579 commit d7f03f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ To download [NPDtools macOS binaries](https://github.com/ablab/npdtools/releases
and extract them, go to the directory in which you wish NPDtools to be installed and run:

``` bash
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
tar -xzf NPDtools-2.3.0-Darwin.tar.gz
cd NPDtools-2.3.0-Darwin
```
Expand Down

0 comments on commit d7f03f7

Please sign in to comment.