From 4ef6c7e331485640702fed0650960a77ea233cb3 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Mon, 8 Mar 2021 05:44:22 +1100 Subject: [PATCH] Update Docker.md * Remove '**' to clean up document as it was left in by mistake after other edits --- docs/Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Docker.md b/docs/Docker.md index b0b02cd7..f64c3cf0 100644 --- a/docs/Docker.md +++ b/docs/Docker.md @@ -55,7 +55,7 @@ ROOT level privileges prohibited! ### 3. First run The 'onedrive' client within the Docker container needs to be authorized with your Microsoft account. This is achieved by initially running docker in interactive mode. -Run the docker image with the commands below and make sure to change `ONEDRIVE_DATA_DIR` to the actual onedrive data directory on your filesystem that you wish to use (e.g. `"/home/abraunegg/OneDrive"`)**. +Run the docker image with the commands below and make sure to change `ONEDRIVE_DATA_DIR` to the actual onedrive data directory on your filesystem that you wish to use (e.g. `"/home/abraunegg/OneDrive"`). ```bash export ONEDRIVE_DATA_DIR="${HOME}/OneDrive" mkdir -p ${ONEDRIVE_DATA_DIR}