From 4e12496dfe1f75264a74abd041df509bccb585ef Mon Sep 17 00:00:00 2001 From: abraunegg Date: Wed, 20 Feb 2019 07:29:37 +1100 Subject: [PATCH] Update README.Office365.md * switch bash to text for codeblocks --- README.Office365.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.Office365.md b/README.Office365.md index cfed3db4..990de5bd 100644 --- a/README.Office365.md +++ b/README.Office365.md @@ -2,11 +2,11 @@ ## Obtaining the Sharepoint Site Details 1. Login to OneDrive and under 'Shared Libraries' obtain the shared library name 2. Run the following command using the 'onedrive' client -```bash +```text onedrive --get-O365-drive-id '' ``` 3. This will return the following: -```bash +```text Initializing the Synchronization Engine ... Office 365 Library Name Query: SiteName: @@ -16,7 +16,7 @@ URL: ## Configuring the onedrive client Once you have obtained the 'drive_id' above, add to your 'onedrive' configuration file (`~/.config/onedrive/config`)the following: -```bash +```text drive_id = "insert the drive id from above here" ```