From bc735aaf875eaacdd61a0bc66ac1391466304ed6 Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Fri, 13 Sep 2019 11:11:06 +0100 Subject: [PATCH] Update ubuntu-installation.md --- docs/ubuntu-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ubuntu-installation.md b/docs/ubuntu-installation.md index 53dfa7de5..f32e75098 100644 --- a/docs/ubuntu-installation.md +++ b/docs/ubuntu-installation.md @@ -29,7 +29,7 @@ Don't install updates if Ubuntu asks to. The scripts will. You can overwrite the files of the folder `system` by setting an environment variable named `OVERWRITE` with the format : `Destination folder;Git URL`. -For example to write the content of the repository [github.com/xpetit/custom](github.com/xpetit/custom) in the system folder : +For example to write the content of the repository [github.com/xpetit/custom](https://github.com/xpetit/custom) in the system folder : ```shell export OVERWRITE='.;https://github.com/xpetit/custom.git'