From 873c64ecc3f6c5e1f03c64e296200c8b7b61fbd4 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Wed, 22 Aug 2018 10:15:27 +0200 Subject: [PATCH] update README to reflect restructuring --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bca53ad..0fc4d2c 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Make sure to develop an understanding how zrepl is typically used by studying th ``` ├── cmd +│   ├── endpoint # implementations of endpoints for package replication │   ├── sampleconf # example configuration ├── docs # sphinx-based documentation │   ├── **/*.rst # documentation in reStructuredText @@ -52,6 +53,7 @@ Make sure to develop an understanding how zrepl is typically used by studying th │   ├── publish.sh # shell script for automated rendering & deploy to zrepl.github.io repo │   ├── public_git # checkout of zrepl.github.io managed by above shell script ├── logger # logger package used by zrepl +├── replication # replication functionality ├── rpc # rpc protocol implementation ├── util └── zfs # ZFS wrappers, filesystemm diffing