From 2bd5f796cb024bf42c30e53e9ee77aa344754b4c Mon Sep 17 00:00:00 2001 From: Lee Pham Date: Sat, 14 Apr 2018 01:37:19 -0500 Subject: [PATCH] Update and rename README.markdown to README.md Changed some markdown in order to allow for proper hyperlinking --- README.markdown => README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename README.markdown => README.md (98%) diff --git a/README.markdown b/README.md similarity index 98% rename from README.markdown rename to README.md index 8a74f9ef2..98e3b2f4b 100644 --- a/README.markdown +++ b/README.md @@ -9,7 +9,7 @@ Quick Links: * [About](#about) * [Installation](#installation) - * [Docker] (#docker) + * [Docker](#docker) * [Ubuntu](#ubuntu-1204) * [Virtual Environment](#virtualenv) * [Arch Linux](#arch-linux) @@ -110,7 +110,7 @@ then just run 'simplecv' from the shell. ### Virtualenv -This is how to install SimpleCV under a python virtual environment [virtualenv] (http://www.virtualenv.org). This maybe useful in cases where you want to keep your system libraries clean and not install extra libraries. This method has only been tested on Ubuntu 12.04, it maybe possible to port to other operating systems. +This is how to install SimpleCV under a python virtual environment [virtualenv](http://www.virtualenv.org). This maybe useful in cases where you want to keep your system libraries clean and not install extra libraries. This method has only been tested on Ubuntu 12.04, it maybe possible to port to other operating systems. Run the following commands: