From 7fd147681bab400c0f2e3dbe047983453bf7ecd5 Mon Sep 17 00:00:00 2001 From: Kyle Schneider Date: Fri, 5 Jul 2013 10:46:02 -0400 Subject: Re-worded table contents portion of Readme.md Changed "usage" to "user" to match title. Also, prefixed "pip install" with proper "sudo" command, due to command requiring super user privelages. Change-Id: I972bcb96fd476a4022385a418c86916038ec1aab Signed-off-by: Kyle Schneider Reviewed-on: http://review.gluster.org/5294 Reviewed-by: Luis Pabon Tested-by: Luis Pabon --- doc/markdown/dev_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/markdown') diff --git a/doc/markdown/dev_guide.md b/doc/markdown/dev_guide.md index c2f5b68..aff1bcd 100644 --- a/doc/markdown/dev_guide.md +++ b/doc/markdown/dev_guide.md @@ -28,7 +28,7 @@ We recommend using this tool to upload, modify, and query changes in Gerrit. The tool can be installed by running the following command: ~~~ -pip install git-review +sudo pip install git-review ~~~ Note that while many distros offer a version of `git review`, they don't -- cgit