From 44c4d628dd46173202dfc90b272c75ca071ba3cb Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Tue, 27 Jun 2017 23:45:33 +0200 Subject: [PATCH] docs: fix for contribution docs. --- docs/contributing/dev-setup.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/contributing/dev-setup.rst b/docs/contributing/dev-setup.rst index ff40cde3..07b7a1a6 100644 --- a/docs/contributing/dev-setup.rst +++ b/docs/contributing/dev-setup.rst @@ -66,7 +66,7 @@ RhodeCode VCSServer repositories into the same directory. RhodeCode currently is using Mercurial Version Control System, please make sure you have it installed before continuing. -To obtain the required sources, use the following commands: +To obtain the required sources, use the following commands:: mkdir rhodecode-develop && cd rhodecode-develop hg clone https://code.rhodecode.com/rhodecode-enterprise-ce @@ -80,9 +80,9 @@ To obtain the required sources, use the following commands: Install some required libraries ------------------------------- -There are some required drivers that we need to install to test RhodeCode -under different types of databases. For example in Ubuntu we need to install -the following. +There are some required drivers and dev libraries that we need to install to +test RhodeCode under different types of databases. For example in Ubuntu we +need to install the following. required libraries::