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 --- README.md | 2 +- doc/markdown/dev_guide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 236bbd7..abc1dc5 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ the Swift API. # Table of Contents 1. [Overview and Concepts](doc/markdown/concepts.md) -1. [Usage Guide](doc/markdown/user_guide.md) +1. [User Guide](doc/markdown/user_guide.md) 1. [Developer Guide](doc/markdown/dev_guide.md) 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