diff --git a/README.rst b/README.rst index c2fb108..064d48a 100644 --- a/README.rst +++ b/README.rst @@ -111,7 +111,6 @@ Use storage on a local POSIX filesystem: - it is the caller's task to create an absolute fs path from a relative one. - namespaces: directories - values: in key-named files -- pre-creates nesting directories sftp ~~~~ @@ -131,7 +130,6 @@ Use storage on a sftp server: - users must know the full absolute path of space they have permission to use. - namespaces: directories - values: in key-named files -- pre-creates nesting directories rclone ~~~~~~ @@ -163,6 +161,7 @@ Installation Install without the ``sftp:`` backend:: pip install borgstore + pip install "borgstore[none]" # same thing (simplifies automation) Install with the ``sftp:`` backend (more dependencies)::