README.md: Add dividers between major sections

This commit is contained in:
Zearin 2014-03-20 09:19:11 -04:00
parent 650c9a3d6e
commit 5c6a812b86

View file

@ -33,6 +33,9 @@ This project was forked from [rbenv](https://github.com/sstephenson/rbenv) and
to automate the process.
----
## Table of Contents
* **[How It Works](#how-it-works)**
@ -52,6 +55,9 @@ This project was forked from [rbenv](https://github.com/sstephenson/rbenv) and
* [License](#license)
----
## How It Works
At a high level, pyenv intercepts Python commands using shim
@ -140,6 +146,9 @@ As far as pyenv is concerned, version names are simply the directories in
`~/.pyenv/versions`.
----
## Installation
If you're on Mac OS X, consider [installing with Homebrew](#homebrew-on-mac-os-x).
@ -284,11 +293,17 @@ to remove. You can find the directory of a particular Python version
with the `pyenv prefix` command, e.g. `pyenv prefix 2.6.8`.
----
## Command Reference
See [COMMANDS.md](COMMANDS.md).
----
## Development
The pyenv source code is [hosted on GitHub](https://github.com/yyuu/pyenv).