From c2fdb4aec6bb940ae6ace4eb8a54e73718fc15ac Mon Sep 17 00:00:00 2001 From: Romain Derelle Date: Sun, 14 Jul 2024 08:26:19 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fda4e60..8dd0248 100644 --- a/README.md +++ b/README.md @@ -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: