Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inumanag authored Sep 25, 2023
1 parent 7609d29 commit 9f548be
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ for sub in s.split(3, step=2):
print(~kmer) # '~' also works on k-mers
```

## Installation

You need [Codon](https://github.com/exaloop/codon) for Seq to work. Assuming that Codon is installed in `$HOME/.codon`, run:
```bash
curl -L https://github.com/exaloop/seq/releases/download/v0.11.3/seq-$(uname -s | awk '{print tolower($0)}')-$(uname -m).tar.gz | tar zxvf - -C .codon/lib/codon/plugins
```

Afterwards, you can use Seq with `-plugin seq`; for example:
```bash
codon run -plugin seq test.codon
```

## Documentation

Please check [docs.seq-lang.org](https://docs.seq-lang.org) for in-depth documentation.
Expand Down

0 comments on commit 9f548be

Please sign in to comment.