From 37289b5cd9eebf4957e6125bcaad18ee6b9a7b8a Mon Sep 17 00:00:00 2001 From: Aryan Ebrahimpour Date: Sun, 21 Jun 2020 20:49:02 +0430 Subject: [PATCH 1/2] Add TOC --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 4709509..c1f4bdf 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,23 @@ A personal repository for common problems and solutions. I created this repo so that I don't have to go back and lookup solutions to problems I've already encountered. Feel free to use this repo if it solves your own problems, and raise an issue if you think something can be less hacky or retarded. +## Table of Content + +- [Debian GNU/Linux](#debian-gnulinux) + - [AMD Radeon drivers](#amd-radeon-drivers) + - [Crystal](#crystal) + - [dirmngr](#dirmngr) + - [Erlang](#erlang) + - [Intel WiFi drivers](#intel-wifi-drivers) + - [MongoDB](#mongodb) + - [nodejs](#nodejs) + - [Installing and using ~~nvm~~ nvs](#installing-and-using-nvm-nvs) + - [PulseAudio](#pulseaudio) + - [Peek](#peek) + - [resolv.conf](#resolvconf) + - [RabbitMQ Server](#rabbitmq-server) + - [_MISC](#_misc) + ## Debian GNU/Linux ### AMD Radeon drivers From 167baa0c5ef014392228e985add8964b39e47665 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Mon, 22 Jun 2020 14:08:01 +0530 Subject: [PATCH 2/2] [fix] spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1f4bdf..d340573 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A personal repository for common problems and solutions. I created this repo so that I don't have to go back and lookup solutions to problems I've already encountered. Feel free to use this repo if it solves your own problems, and raise an issue if you think something can be less hacky or retarded. -## Table of Content +## Table of contents - [Debian GNU/Linux](#debian-gnulinux) - [AMD Radeon drivers](#amd-radeon-drivers)