From 7fd9308ef6430bddae631c3017d03362348c1dd5 Mon Sep 17 00:00:00 2001 From: Igor Kalnitsky Date: Sat, 26 Jan 2013 19:25:33 +0200 Subject: [PATCH] Add `sudo` to the install commands in README. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cdf5ad6..6e08140 100644 --- a/README.rst +++ b/README.rst @@ -33,13 +33,13 @@ Installation :: - $ pip install xsnippet-cli + $ (sudo) pip install xsnippet-cli or :: - $ easy_install xsnippet-cli + $ (sudo) easy_install xsnippet-cli or