Remove path from powershell

This commit is contained in:
Unrud 2021-12-20 21:33:23 +01:00
parent 481bd4e4b9
commit ec19a1a12c

View File

@ -82,8 +82,8 @@ click on "Install now". Wait a couple of minutes, it's done!
Launch a command prompt and type:
```powershell
C:\Users\User> python -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
C:\Users\User> python -m radicale --storage-filesystem-folder=~/radicale/collections
python -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
python -m radicale --storage-filesystem-folder=~/radicale/collections
```
Victory! Open <http://localhost:5232> in your browser!