Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix readme CL install instructions (#22)
- File pointed to in the link is `master.zip`, rather than `Maaslin2-master.zip` (though the inflated directory looks like the later). - Since it's a `zip` file rather than `.tar.gz`, `tar` doesn't work (at least not on Ubuntu). I got: ``` tar xvzf master.zip gzip: stdin has more than one entry--rest ignored tar: Child returned status 2 tar: Error is not recoverable: exiting now ``` But `unzip` worked just fine.
- Loading branch information