Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sfchen authored Aug 29, 2017
1 parent 6995076 commit 5effaa8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
# FusionScan
Being coded... NOT ready to be used

# Download
Get latest (may be not stable)
```shell
# download use http
https://github.com/OpenGene/FusionScan/archive/master.zip

# or download use git
git clone https://github.com/OpenGene/FusionScan.git
```
Get the stable releases
https://github.com/OpenGene/FusionScan/releases/latest

# Build
FusionScan only depends on `libz`, which is always available on Linux or Mac systems. If your system has no `libz`, install it first.
```shell
cd FusionScan
make
```

0 comments on commit 5effaa8

Please sign in to comment.