1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Minor fixes

This commit is contained in:
Guillaume Ayoub 2017-05-27 12:06:41 +02:00
parent ad72c218c3
commit e69970ed56
10 changed files with 108 additions and 107 deletions

View file

@ -35,8 +35,8 @@ layout: default
{{ site.title }} is really easy to install and works out-of-the-box.
</p>
<pre>$ pip install radicale
$ radicale --verbose
<pre>$ python3 -m pip install --upgrade radicale
$ python3 -m radicale --verbose
Listening to localhost port 5232
Radicale server ready</pre>