Skip to content

Commit 7af938f

Browse files
authored
Merge pull request #40 from roxell/readme-add-toc
README: add table of contents
2 parents c88fb34 + 55e705b commit 7af938f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ testing Linux on the following virtual devices, using curated test suites.
1818
TuxRun is a part of [TuxSuite](https://tuxsuite.com), a suite of tools and
1919
services to help with Linux kernel development.
2020

21+
## Table of Contents
22+
- [About TuxRun](#about-tuxrun)
23+
- [Installing TuxRun](#installing-tuxrun)
24+
- [Using TuxRun](#using-tuxrun)
25+
- [TuxLAVA Library](#tuxlava-library)
26+
- [Known issues](#known-issues)
27+
- [Examples](#examples)
28+
2129
# About TuxRun
2230

2331
Testing the Linux kernel is as simple as using QEMU but it gets complicated

scripts/readme2index.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@ tmpfile=$(mktemp)
66
trap 'rm -f $tmpfile' INT TERM EXIT
77

88
cp README.md "${tmpfile}"
9-
sed -i -e '
10-
/_TOC_/d
11-
s#docs/##
12-
' "${tmpfile}"
9+
sed -i -e 's#docs/##' "${tmpfile}"
1310
cp "${tmpfile}" $@

0 commit comments

Comments
 (0)