Skip to content

Commit d048a9c

Browse files
committed
update README
1 parent db96ea2 commit d048a9c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
sites: [github](https://github.com/basiliscos/syncspirit), [abf](https://github.com/basiliscos/syncspirit)
44

5-
syncspirit is a continuous file synchronization program, which synchronizes files between devices.
5+
`syncspirit` is a continuous file synchronization program, which synchronizes files between devices.
66
It is build using C++ [rotor](github.com/basiliscos/cpp-rotor) actor framework. It implements
77
[BEP-protocol](https://docs.syncthing.net/specs/bep-v1.html) for files syncrhonization, or,
88
simplistically speaking, it is [syncthing](https://syncthing.net)-compatible syncrhonization
99
program.
1010

11+
Despite of being functional `syncspirit` is much less feature-rich then [syncthing](https://syncthing.net)
12+
and still is in heavy development.
13+
1114

1215
# status
1316

@@ -51,7 +54,7 @@ This list is probably incomplete, here are the most important changes
5154
syncspirit-daemon --log_level debug \
5255
--config_dir=/tmp/my_dir \
5356
--command add_peer:peer_label:KUEQE66-JJ7P6AD-BEHD4ZW-GPBNW6Q-Y4C3K4Y-X44WJWZ-DVPIDXS-UDRJMA7 \
54-
--command add_folder:label=my_folder-label:id=nagkw-srrjz:path=/tmp/my_dir/data \
57+
--command add_folder:label=my_label:id=nagkw-srrjz:path=/tmp/my_dir/data \
5558
--command share:folder=my_label:device=KUEQE66 \
5659
--command inactivate:120
5760

0 commit comments

Comments
 (0)