From 66f08d08e20210d3cca8cb40d5ba11ca0ea1abd5 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Thu, 18 Feb 2016 14:00:15 -0500 Subject: [PATCH] Updated Installing (markdown) --- Installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing.md b/Installing.md index b70c9ce..0e8990d 100644 --- a/Installing.md +++ b/Installing.md @@ -18,7 +18,7 @@ brew install cheat First, install the dependencies: ```sh -[sudo] pip install docopt pygments pyxdg +[sudo] pip install docopt pygments appdirs ``` Then clone this repository: