Merge pull request #1098 from TheEvilSkeleton/master

Added Table of contents
This commit is contained in:
Yannick Cote 2020-05-11 12:14:40 -04:00 committed by GitHub
commit 65d6b32f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,32 @@ And a few more:
- https://www.youtube.com/watch?v=rN0sFjrJQfU
- https://www.youtube.com/watch?v=Mftc80KyjA4
Table of contents
=================
- [Installation](#installation)
- [Prerequisites](#prerequisites)
- [Fedora](#fedora)
- [RHEL 7](#rhel-7)
- [CentOS 7](#centos-7)
- [Oracle Linux 7](#oracle-linux-7)
- [Ubuntu](#ubuntu)
- [Debian 9 (Stretch)](#debian-9-stretch)
- [Debian 8 (Jessie)](#debian-8-jessie)
- [Debian 7 (Lenny)](#debian-7-lenny)
- [Gentoo](#gentoo)
- [Build](#build)
- [Install](#install)
- [Quick start](#quick-start)
- [Patch Author Guide](#patch-author-guide)
- [How it works](#how-it-works)
- [kpatch-build](#kpatch-build)
- [Patching](#patching)
- [Limitations](#limitations)
- [Frequently Asked Questions](#frequently-asked-questions)
- [Get involved](#get-involved)
- [License](#license)
Installation
------------
@ -34,7 +60,7 @@ Install the dependencies for compiling kpatch:
```bash
UNAME=$(uname -r)
sudo dnf install gcc kernel-devel-${UNAME%.*} elfutils elfutils-devel
sudo dnf install gcc kernel-${UNAME%.*} elfutils elfutils-devel
```
Install the dependencies for the "kpatch-build" command:
@ -61,7 +87,7 @@ Install the dependencies for compiling kpatch:
```bash
UNAME=$(uname -r)
sudo yum install gcc kernel-devel-${UNAME%.*} elfutils elfutils-devel
sudo yum install gcc kernel-${UNAME%.*} elfutils elfutils-devel
```
Install the dependencies for the "kpatch-build" command:
@ -95,7 +121,7 @@ Install the dependencies for compiling kpatch:
```bash
UNAME=$(uname -r)
sudo yum install gcc kernel-devel-${UNAME%.*} elfutils elfutils-devel
sudo yum install gcc kernel-${UNAME%.*} elfutils elfutils-devel
```
Install the dependencies for the "kpatch-build" command: