From c4a68d2f7314c806859f1f21c157ed85b2e33cf4 Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 31 Aug 2016 22:05:32 -0700 Subject: [PATCH] README: fix formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index baeb61c..0203852 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,12 @@ First, make sure the following dependencies are met: 1) Clone the repository: `git clone https://github.com/GLolol/PyLink && cd PyLink` 2) Pick your branch. - - By default you'll be on the **master** (stable) branch, which is bugfix only for the most part (except when a new stable release is introduced). - - However, new features or more intensive bug fixes may not always be included. Instead, the **devel** (pre-release) branch is where active development goes, and it can be accessed by running `git checkout devel` in your Git tree. +* By default you'll be on the **master** (stable) branch, which is bugfix only for the most part (except when a new stable release is introduced). +* However, new features or more intensive bug fixes may not always be included. Instead, the **devel** (pre-release) branch is where active development goes, and it can be accessed by running `git checkout devel` in your Git tree. 3) Install PyLink using `python3 setup.py install` (global install) or `python3 setup.py install --user` (local install) - - Note: `--user` is a *literal* string; *do not* replace it with your username. - - **Whenever you switch branches or update PyLink's sources via `git pull`, you will need to re-run this command for changes to apply!** +* Note: `--user` is a *literal* string; *do not* replace it with your username. +* **Whenever you switch branches or update PyLink's sources via `git pull`, you will need to re-run this command for changes to apply!** ### Installing via PyPI (stable branch only) 1) Make sure you're running the right pip command: on most distros, pip for Python 3 uses the command `pip3`.