Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rderelle authored Jul 14, 2024
1 parent f21b18b commit c2fdb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ skalo is a graph-based algorithm designed to infer indels and complex variants f


### Installation
At the moment, you can download this repository and, once inside the downloaded directory, compile skalo with the following command:
you can download this repository and, once inside the downloaded directory, compile skalo with cargo:
```
cargo build --release
```
skalo will be located in the directory './target/release/'.
skalo will be located in the directory target/release/.

### Running skalo
The default command line is:
Expand Down

0 comments on commit c2fdb4a

Please sign in to comment.