##// END OF EJS Templates
zeroconf: improve the extension's documentation...
Vernon Tang -
r43806:6337b10c default
parent child Browse files
Show More
@@ -6,9 +6,9 b''
6 6 # GNU General Public License version 2 or any later version.
7 7 '''discover and advertise repositories on the local network
8 8
9 Zeroconf-enabled repositories will be announced in a network without
10 the need to configure a server or a service. They can be discovered
11 without knowing their actual IP address.
9 The zeroconf extension will advertise :hg:`serve` instances over
10 DNS-SD so that they can be discovered using the :hg:`paths` command
11 without knowing the server's IP address.
12 12
13 13 To allow other people to discover your repository using run
14 14 :hg:`serve` in your repository::
General Comments 0
You need to be logged in to leave comments. Login now