aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/libswift/pkg-message
blob: 3c06a1d864d46b5991deca58b3c85419c6c87b7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{ type: install
  message: <<EOM
To run a server, copy any files you wish to share into /var/db/libswift,
ensure that it is read and writable by the appropriate user, and
start the libswift daemon:

# service libswift onestart

To retrieve a file, use:

$ libswift --tracker  127.0.0.1:7777 --hash ....

To view the root hashes, use `grep root *.mbinmap` in the share dir once
hashing is complete. For large files this may take some time.
EOM
}
]