more documentation;
authorwenzelm
Thu, 19 Dec 2019 17:26:06 +0100
changeset 71324 d0e14780b278
parent 71323 7c27a379190f
child 71325 0131b7b44c32
more documentation;
src/Doc/System/Misc.thy
--- a/src/Doc/System/Misc.thy	Thu Dec 19 16:55:33 2019 +0100
+++ b/src/Doc/System/Misc.thy	Thu Dec 19 17:26:06 2019 +0100
@@ -180,6 +180,21 @@
   provided a different name.
 \<close>
 
+subsubsection \<open>Examples\<close>
+
+text \<open>
+  Setup the current directory as a repository with Phabricator server hosting:
+  @{verbatim [display] \<open>  isabelle hg_setup vcs@vcs.example.org .\<close>}
+
+  \<^medskip>
+  Setup the current directory as a repository with plain SSH server hosting:
+  @{verbatim [display] \<open>  isabelle hg_setup ssh://files.example.org/data/repositories .\<close>}
+
+  \<^medskip>
+  Both variants require SSH access to the target server, via public key
+  without password.
+\<close>
+
 
 section \<open>Installing standalone Isabelle executables \label{sec:tool-install}\<close>