Skip to content

Commit

Permalink
Mention the manual page and "onedriver --help" in the README (#388)
Browse files Browse the repository at this point in the history
* Mention the manual page and "onedriver --help" in the README

Extended the paragraph after "Microsoft OneDrive works on Linux" to mention the availability of the man page and "onedriver --help", so users have a way to get a list with all the available arguments to run onedriver.

* Remove some unnecessary whitespace in the README
  • Loading branch information
foopsss authored Apr 20, 2024
1 parent de0e0dd commit 863bb94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ account to Linux with onedriver, and call it a day.
**Microsoft OneDrive works on Linux.**

Getting started with your files on OneDrive is as easy as running:
`onedriver /path/to/mount/onedrive/at` (there's also a helpful GUI!).
`onedriver /path/to/mount/onedrive/at` (there's also a helpful GUI!). To get a
list of all the arguments onedriver can be run with you can read the manual page
by typing `man onedriver` or get a quick summary with `onedriver --help`.

## Key features

Expand Down Expand Up @@ -141,7 +143,6 @@ NixOS and Nix users can install onedriver from
either by adding the package to their system's configuration (if they are using
NixOS) or by installing it manually via `nix-env -iA unstable.onedriver`.


## Multiple drives and starting OneDrive on login via systemd

**Note:** You can also set this up through the GUI via the `onedriver-launcher`
Expand Down

0 comments on commit 863bb94

Please sign in to comment.