summaryrefslogtreecommitdiffstats
path: root/doc/markdown
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2017-04-26 17:25:20 +0530
committerPrashanth Pai <ppai@redhat.com>2017-04-26 18:14:38 +0530
commit06bd1688f0df27854b1d1df3e30d19b22f0d6a53 (patch)
treeadeef7aae09ccd366962442f474565d932fc2516 /doc/markdown
parentd343118f99e9eac18be87bf0c3123a04ec2eeb2c (diff)
Update install guide with RPM name
...and fix some minor doc rendering. Change-Id: Ibec7a39bf2633026b106972d4d476d5734232b5f Signed-off-by: Prashanth Pai <ppai@redhat.com>
Diffstat (limited to 'doc/markdown')
-rw-r--r--doc/markdown/dev_guide.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/markdown/dev_guide.md b/doc/markdown/dev_guide.md
index 770de4b..c654ec1 100644
--- a/doc/markdown/dev_guide.md
+++ b/doc/markdown/dev_guide.md
@@ -1,10 +1,8 @@
-#Developer Guide
+# Developer Guide
## Development Environment Setup
-The workflow for libgfapi-python is largely based upon the [Gluster-Swift Developer Guide][] and [OpenStack Gerrit Workflow][]. Refer to those documents for setting up a Gerrit account and a complete development environment.
-
-This document focuses on setting up a quick environment for running tox tests (especially the functional tests). This document also assumes that GlusterFS is already installed. On CentOS/RHEL you will need to setup GlsuterFS and EPEL repos.
+This document focuses on setting up a quick environment for running tox tests (especially the functional tests). This document also assumes that GlusterFS is already installed. On CentOS/RHEL you will need to setup GlusterFS and EPEL repos.
### Package Requirements
@@ -17,7 +15,7 @@ sudo apt-get -y install gcc python-dev python-setuptools libffi-dev \
git xfsprogs memcached
```
-* Fedora 19
+* Fedora
```
sudo yum install gcc python-devel python-setuptools libffi-devel \