Update README.Office365.md

* switch bash to text for codeblocks
This commit is contained in:
abraunegg 2019-02-20 07:29:37 +11:00 committed by GitHub
parent 460596dd36
commit 4e12496dfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 '<your library name>'
```
3. This will return the following:
```bash
```text
Initializing the Synchronization Engine ...
Office 365 Library Name Query: <your library name>
SiteName: <your library name>
@ -16,7 +16,7 @@ URL: <your site 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"
```