Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
telatin authored Mar 25, 2024
1 parent c17d359 commit d0e8ee4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ conda install -y -c conda-forge -c bioconda "seqfu>1.10"

### Build from source

Building the Nim programs alone would just require a `nimble build`, but this would leave out some other utilities.
There is a `make` (Makefile) building system. Since Nim is not so popular, I describe a full installation:
Building the Nim programs alone would just require a `nimble build`,
but this would leave out some other utilities.
There is a `make` (Makefile) building system. Since Nim is not so popular,
I describe a full installation:

```bash
# Do you have building tools? You will need C and make, in Ubuntu:
Expand Down

0 comments on commit d0e8ee4

Please sign in to comment.