From 449f4bb4a4a0d3e752ecc1460d0f40f9176c298e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 5 Dec 2019 21:16:09 +0100 Subject: [PATCH] clean markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6410cfed0b..eb1b7955b67 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ You can use a Web server and a supported database (MariaDB, MySQL or PostgreSQL) - Uncompress the downloaded .zip archive to copy the "dolibarr/htdocs" directory and all its files inside your web server root or get the files directly from GitHub (recommanded if you known git): - git clone https://github.com/dolibarr/dolibarr -b x.y (where x.y is main version like 3.6, 9.0, ...) + `git clone https://github.com/dolibarr/dolibarr -b x.y` (where x.y is main version like 3.6, 9.0, ...) - Set up your web server to use "*dolibarr/htdocs*" as root if your web server does not have an already defined directory to point to.