update readme

This commit is contained in:
A.Unger
2021-06-07 15:46:14 +02:00
parent 150e5f4c01
commit a1a6dfab5a
@@ -1,5 +1,5 @@
Enhancement: Use system default location to store TLS artefacts.
This used to default to the current location of the binary, which is not ideal after a first run as it leaves traces behind. It now uses the system's location for artefacts with the help of github.com/ProtonMail/go-appdir.
This used to default to the current location of the binary, which is not ideal after a first run as it leaves traces behind. It now uses the system's location for artefacts with the help of https://golang.org/pkg/os/#UserConfigDir.
https://github.com/owncloud/ocis/pull/2129