From ca6c961f92ec7f5287ac39318eb69746c05c9fdd Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Tue, 3 May 2016 21:13:43 -0400 Subject: [PATCH] README: Fix markup --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index b99e11b..1eaf78c 100644 --- a/README.rst +++ b/README.rst @@ -35,14 +35,14 @@ manually, using:: Development of uvloop --------------------- -To build uvloop, you'll need `Cython` and Python 3.5. The best way -is to create a virtual env, so that you'll have `cython` and `python` -commands pointing to the correct tools. +To build uvloop, you'll need ``Cython`` and Python 3.5. The best way +is to create a virtual env, so that you'll have ``cython`` and +``python`` commands pointing to the correct tools. -1. `git clone --recursive git@github.com:MagicStack/uvloop.git` +1. ``git clone --recursive git@github.com:MagicStack/uvloop.git`` -2. `cd uvloop` +2. ``cd uvloop`` -3. `make` +3. ``make`` -4. `make test` +4. ``make test``