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.