From b0fb351419c0688b58a05325fd251c0a08903aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 28 Sep 2021 13:41:20 +0200 Subject: [PATCH] GitHub now auto-generates a Table of Contents --- README.md | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/README.md b/README.md index ea93a6ce..d9ec8f5b 100644 --- a/README.md +++ b/README.md @@ -31,35 +31,6 @@ bulletproof deployments. [**Why choose rbenv over RVM?**](https://github.com/rbenv/rbenv/wiki/Why-rbenv%3F) -## Table of Contents - -* [How It Works](#how-it-works) - * [Understanding PATH](#understanding-path) - * [Understanding Shims](#understanding-shims) - * [Choosing the Ruby Version](#choosing-the-ruby-version) - * [Locating the Ruby Installation](#locating-the-ruby-installation) -* [Installation](#installation) - * [Using Package Managers](#using-package-managers) - * [Basic GitHub Checkout](#basic-github-checkout) - * [Upgrading with Git](#upgrading-with-git) - * [Updating the list of available Ruby versions](#updating-the-list-of-available-ruby-versions) - * [How rbenv hooks into your shell](#how-rbenv-hooks-into-your-shell) - * [Installing Ruby versions](#installing-ruby-versions) - * [Installing Ruby gems](#installing-ruby-gems) - * [Uninstalling Ruby versions](#uninstalling-ruby-versions) - * [Uninstalling rbenv](#uninstalling-rbenv) -* [Command Reference](#command-reference) - * [rbenv local](#rbenv-local) - * [rbenv global](#rbenv-global) - * [rbenv shell](#rbenv-shell) - * [rbenv versions](#rbenv-versions) - * [rbenv version](#rbenv-version) - * [rbenv rehash](#rbenv-rehash) - * [rbenv which](#rbenv-which) - * [rbenv whence](#rbenv-whence) -* [Environment variables](#environment-variables) -* [Development](#development) - ## How It Works At a high level, rbenv intercepts Ruby commands using shim