Dovel website repository.
Author: brian (git@myr.sh)
Date: Sun Dec 31 16:20:11 2023 -0300
Parent: e6ff2bb
Fixed typos
diff --git a/index.html b/index.html index a1f9715..4047b13 100644 --- a/index.html +++ b/index.html @@ -88,7 +88,7 @@ _ __ /_ __ \_ | / / _ \_ / <h2>Installation</h2> There are 2 ways of installing it: using docker or building the binary. - To build and install the binary version> you need <kbd>go</kbd> + To build and install the binary version you need <kbd>go</kbd> propperly installed, this guide works for MacOS, Linux and BSD systems. <ol> <li> @@ -119,7 +119,7 @@ _ __ /_ __ \_ | / / _ \_ / <p> The docker version has similar steps, instead of 1. build the docker image, To run the container you need to give dovel a - way to access config files, one option is to shareto config + way to access config files, one option is to share the config folder using <kbd>-v</kbd> argument: </p> <kbd>docker run dovel -v CONFIG_FOLDER:/root/.config/dovel/</kbd>