Skip to content

Commit

Permalink
Add installation manual to readme
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
totakke committed Mar 13, 2024
1 parent 57b83db commit 4c724a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@

Gnife is a CLI tool for manipulating genomic files and data.

## Installation

```sh
curl -sSL https://github.com/chrovis/gnife/releases/download/0.1.3/gnife -o gnife
chmod +x gnife
mv gnife [/your/PATH/dir/]
```

## Build

To build Gnife manually, you must setup Clojure (and Java) in advance.
Expand Down

0 comments on commit 4c724a7

Please sign in to comment.