From 9c00059ec78298926c1279ed3087e2d8deec2f1f Mon Sep 17 00:00:00 2001 From: Cassiano Aquino Date: Sat, 20 Feb 2021 16:11:32 +0000 Subject: [PATCH] Update src/docs/markdown/build.md Co-authored-by: Francis Lavoie --- src/docs/markdown/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/markdown/build.md b/src/docs/markdown/build.md index 4488b4c..ed7da67 100644 --- a/src/docs/markdown/build.md +++ b/src/docs/markdown/build.md @@ -84,10 +84,10 @@ Procedure: -`dpkg-divert` will move `/usr/bin/caddy` binary to `/usr/bin/caddy.default` and put a divertion in place in case any package want to install a file to this location. +`dpkg-divert` will move `/usr/bin/caddy` binary to `/usr/bin/caddy.default` and put a diversion in place in case any package want to install a file to this location. `update-alternatives` will create a symlink from the desired caddy binary to `/usr/bin/caddy` You can change between the custom and default `caddy` binaries by executing
update-alternatives --config caddy
-and following the on screen information. \ No newline at end of file +and following the on screen information.