Skip to content

Commit c3b4538

Browse files
authored
Update README.md
update simple install guidance on Linux
1 parent 1600182 commit c3b4538

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,16 @@
1111

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

14-
## quick install
14+
## quick install on Linux
1515
```bash
16+
### pre-combiled binary
17+
wget https://github.com/jean-pierreBoth/gsearch/releases/download/v0.1.5/gsearch_Linux_x86-64_v0.1.5.zip
18+
unzip gsearch_Linux_x86-64_v0.1.5.zip
19+
chmod a+x ./gsearch_Linux_x86-64_v0.1.5/*
20+
cd gsearch_Linux_x86-64_v0.1.5
21+
./gsearch -h
22+
23+
### Install via bioconda (hmmsearch_rs and hnswcore not available for now)
1624
conda install -c conda-forge -c bioconda gsearch
1725
```
1826

0 commit comments

Comments
 (0)