Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update simple install guidance on Linux
  • Loading branch information
jianshu93 authored Oct 17, 2024
1 parent 1600182 commit c3b4538
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,16 @@

![Alt!](https://github.com/jean-pierreBoth/gsearch/blob/master/GSearch-logo.jpg?raw=true)

## quick install
## quick install on Linux
```bash
### pre-combiled binary
wget https://github.com/jean-pierreBoth/gsearch/releases/download/v0.1.5/gsearch_Linux_x86-64_v0.1.5.zip
unzip gsearch_Linux_x86-64_v0.1.5.zip
chmod a+x ./gsearch_Linux_x86-64_v0.1.5/*
cd gsearch_Linux_x86-64_v0.1.5
./gsearch -h

### Install via bioconda (hmmsearch_rs and hnswcore not available for now)
conda install -c conda-forge -c bioconda gsearch
```

Expand Down

0 comments on commit c3b4538

Please sign in to comment.