From 0565e0a84fcd37cf957d31b222e1e7f4db8ac0bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 5 Dec 2019 22:00:05 +0100 Subject: [PATCH] clean markdown --- htdocs/custom/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/custom/README.md b/htdocs/custom/README.md index cd44682154d..2fc3067f204 100644 --- a/htdocs/custom/README.md +++ b/htdocs/custom/README.md @@ -8,9 +8,13 @@ a different place than this directory and just adding a symbolic link here to th of the module. For example on Linux OS: Get the module from the command + `mkdir ~/git; cd ~/git` + `git clone https://git.framasoft.org/p/newmodule/newmodule.git` + Then create the symbolic link + `ln -fs ~/git/newmodule/htdocs /path_to_dolibarr/htdocs/custom/newmodule` WARNING !!!