diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 00000000..b6d2d684 --- /dev/null +++ b/README.rst @@ -0,0 +1,12 @@ +Soledad -- Synchronization Of Locally Encrypted Data Among Devices +================================================================== + +This software is under development. + +Tests +----- + +To run CouchDB tests, be sure you have CouchDB installed on your system. +Tests can be run with: + + python setup.py test |