Skip to content

Commit 9c02ccc

Browse files
benneybenney
authored andcommitted
fix table of contents
1 parent 6c9c55d commit 9c02ccc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build: builds/ninja-multi-vcpkg/build.ninja
2424
clean:
2525
cmake --build --preset ninja-vcpkg-release --target clean
2626

27-
install: builds/ninja-multi-vcpkg/Release/fastplong
27+
install: build
2828
cmake --install builds/ninja-multi-vcpkg
2929
@echo "Installed."
3030

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ If you're searching for tools to preprocess short reads (Illumina, MGI, etc.), p
1010
- [install with Bioconda](#install-with-bioconda)
1111
- [download the latest prebuilt binary for Linux users](#download-the-latest-prebuilt-binary-for-linux-users)
1212
- [or compile from source](#or-compile-from-source)
13-
- [Step 1: install isa-l](#step-1-install-isa-l)
14-
- [step 2: install libdeflate](#step-2-install-libdeflate)
13+
- [Step 1: install build tools](#step-1-install-build-tools)
14+
- [Step 2: install isa-l](#step-2-install-isa-l)
1515
- [Step 3: download and build fastplong](#step-3-download-and-build-fastplong)
1616
- [input and output](#input-and-output)
1717
- [output to STDOUT](#output-to-stdout)

0 commit comments

Comments
 (0)