From a560128ac5b571703a2a59a2a51d1d329252e49a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Me=C3=9Fmer?= Date: Thu, 11 Feb 2016 19:57:29 +0100 Subject: [PATCH] Remove submodule links from README, since they're now in this repository. --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index ff53cf72..9b43cece 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,6 @@ CryFS encrypts your files, so you can safely store them anywhere. It works well together with cloud services like Dropbox, iCloud, OneDrive and others. See [https://www.cryfs.org](https://www.cryfs.org). -This repository contains the filesystem implementation. There are submodules in the following repositores: - - - [Blockstore](https://github.com/cryfs/blockstore): Store (encrypted) fixed-size blocks of data in different backends - - [Blobstore](https://github.com/cryfs/blobstore): Store resizeable blobs of data using blocks from a blockstore - - [ParallelAccessStore](https://github.com/cryfs/parallelaccessstore): Concurrency primitive for Blockstore/Blobstore - - [Fs++](https://github.com/cryfs/fspp): Implement a file system against a platform independent interface - Install latest release ======================