Fix Dropbox minimum glibc: "< 2.19" -> ">= 2.19"

J. Lewis Muir 2019-10-04 09:55:17 -05:00
parent 07162396a3
commit 1f4bc93686

@ -2,7 +2,7 @@
## About
Maestral is an open-source Dropbox client written in Python. The project's main goal is to provide a client for platforms and file systems that are no longer directly supported by Dropbox. This was motivated by Dropbox temporarily dropping support for many Linux file systems but can also be used on systems that no longer meet Dropbox's minimum requirement of glibc < 2.19, such as CentOS 6.
Maestral is an open-source Dropbox client written in Python. The project's main goal is to provide a client for platforms and file systems that are no longer directly supported by Dropbox. This was motivated by Dropbox temporarily dropping support for many Linux file systems but can also be used on systems that no longer meet Dropbox's minimum requirement of glibc >= 2.19, such as CentOS 6.
Currently, Maestral does not support Dropbox Paper, the management of Dropbox teams and the management of shared folder settings. If you need any of this functionality, please use the Dropbox website or the official client. As of version 0.3.0, Maestral does support the syncing of multiple Dropbox accounts.