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 <kinnder@gmail.com> Reviewed-on: http://review.gluster.org/5294 Reviewed-by: Luis Pabon <lpabon@redhat.com> Tested-by: Luis Pabon <lpabon@redhat.com>
This commit is contained in:
parent
c52b889657
commit
7fd147681b
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user