Setup mercurial » Historie » Revision 2
Revision 1 (Jeremias Keihsler, 11.07.2022 12:40) → Revision 2/3 (Jeremias Keihsler, 11.07.2022 12:42)
h1. Setup mercurial
h2. Requirements
To install mercurial you will need the following:
* a installed and supported operating system (e.g. Fedora 36)
* root-access
* a fast internet connection
h2. Preliminary Note
h2. Install
Install @mercurial@:
<pre><code class="bash">
dnf install mercurial
</code></pre>
h2. Setup Repo
step into the desired directory
<pre><code class="bash">
hg init
hg add
hg diff
hg commi -u username
</code></pre>