Skip to content

Commit 61fd37f

Browse files
authored
docs: add one_drive provider to list in README
1 parent e49f135 commit 61fd37f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,19 @@ The installation can be done manually on Linux, MacOS, Android (Requires Termux)
2727
If I have downloaded the executable to my downloads folder, the command would be:
2828

2929
- On Windows:
30+
3031
```bat
3132
$ C:\Users\<user name>\Downloads\dabbu-server-win.exe start
3233
```
34+
3335
- On MacOS:
36+
3437
```sh
3538
$ ~/Downloads/dabbu-server-macos start
3639
```
40+
3741
- On Linux:
42+
3843
```sh
3944
$ ~/Downloads/dabbu-server-linux start
4045
```
@@ -54,6 +59,7 @@ Here is a list of clients that have been made to interact with the Dabbu API:
5459
- [**Hard drive**](./docs/modules/hard_drive.md)
5560
- [**Google drive**](./docs/modules/google_drive.md)
5661
- [**Gmail**](./docs/modules/gmail.md)
62+
- [**One drive**](./docs/modules/one_drive.md)
5763
5864
*And more to come...!*
5965

0 commit comments

Comments
 (0)