Rename README to README.md
This ensures that the Markdown syntax is properly displayed by Github and other Markdown readers. Also added quotes to a couple of paths and a flag. Signed-off-by: Randy Ramos <rramos1295@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
parent
479e39fbb7
commit
0aa717c83d
@ -22,7 +22,7 @@ found under contrib/caldav/config.sample in the calcurse source tree. You will
|
|||||||
also need to install *httplib2* for Python 3 using *pip* (e.g. `pip3 install
|
also need to install *httplib2* for Python 3 using *pip* (e.g. `pip3 install
|
||||||
--user httplib2`) or your distribution's package manager.
|
--user httplib2`) or your distribution's package manager.
|
||||||
|
|
||||||
If you run calcurse-caldav for the first time, you need to provide the --init
|
If you run calcurse-caldav for the first time, you need to provide the `--init`
|
||||||
argument. You can choose between the following initialization modes:
|
argument. You can choose between the following initialization modes:
|
||||||
|
|
||||||
--init=keep-remote Remove all local calcurse items and import remote objects
|
--init=keep-remote Remove all local calcurse items and import remote objects
|
||||||
@ -51,7 +51,7 @@ How It Works
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
calcurse-caldav creates a so-called synchronization database at
|
calcurse-caldav creates a so-called synchronization database at
|
||||||
~/.calcurse/caldav/sync.db that always keeps a snapshot of the last time the
|
`~/.calcurse/caldav/sync.db` that always keeps a snapshot of the last time the
|
||||||
script was executed. When running the script, it compares the objects on the
|
script was executed. When running the script, it compares the objects on the
|
||||||
server and the local objects with that snapshot to identify items that were
|
server and the local objects with that snapshot to identify items that were
|
||||||
added or deleted. It then
|
added or deleted. It then
|
Loading…
x
Reference in New Issue
Block a user