diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-10 22:52:48 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-10 22:57:57 +0100 |
commit | 8e4c6dd2db3e9c83171ccadbc8e324d69ef61a62 (patch) | |
tree | add5a77d515ddb042decebf64a6aa67896e1c4bb /erebos.cabal | |
parent | 3b0d5c34144c9619006ea7d872e73d21081acdc3 (diff) |
Add README file
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/erebos.cabal b/erebos.cabal index 93051b5..8cd2143 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -14,6 +14,8 @@ Description: one being in any way "primary"; messages and other state data are then synchronized automatically whenever the devices are able to connect with one another. + . + See README for usage of the CLI tool. License: BSD-3-Clause License-File: LICENSE Homepage: http://erebosprotocol.net @@ -22,6 +24,8 @@ Maintainer: roman.smrz@seznam.cz Category: Network Stability: experimental Build-type: Simple +Extra-Doc-Files: + README.md Extra-Source-Files: src/Erebos/ICE/pjproject.h |