Skip to content

Commit faeec73

Browse files
committed
chore: update install instructions in readme
Signed-off-by: Seth Stadick <[email protected]>
1 parent f483451 commit faeec73

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
`ish` is a CLI tool for searching for matches against records using different alignment methods.
2424

25-
## Install
25+
## Build
2626

2727
1. Install [pixi](https://pixi.sh/latest/installation/)
2828

@@ -31,15 +31,14 @@
3131

3232
### Pixi / Conda install
3333

34-
> ⚠️ **Warning**
35-
> These can't be tested until this repo is public and the `recipe.yaml` has been contributed to `modular-community`.
36-
3734
```
38-
pixi install -c conda-forge -c https://repo.prefix.dev/modular-community -c https://conda.modular.com/max ish
35+
pixi global install -c conda-forge -c https://repo.prefix.dev/modular-community -c https://conda.modular.com/max ish
3936
# Or
4037
conda install -c conda-forge -c https://repo.prefix.dev/modular-community -c https://conda.modular.com/max ish
4138
```
4239

40+
For best performance it's recommended to build from source.
41+
4342
## Usage
4443

4544
```sh

0 commit comments

Comments
 (0)