Projekt

Allgemein

Profil

Setup mercurial » Historie » Version 1

Jeremias Keihsler, 11.07.2022 12:40

1 1 Jeremias Keihsler
h1. Setup mercurial
2
3
h2. Requirements
4
5
To install mercurial you will need the following:
6
* a installed and supported operating system (e.g. Fedora 36)
7
* root-access
8
* a fast internet connection
9
10
h2. Preliminary Note
11
12
h2. Install 
13
14
Install @mercurial@:
15
16
<pre><code class="bash">
17
dnf install mercurial
18
</code></pre>