Skip to content

Commit de41cb7

Browse files
authored
Installation guide
1 parent 51bacc5 commit de41cb7

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

index.html

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>todo</title>
4+
<title>README</title>
55
</head>
66
<body>
77
<pre>
8-
Write docs about XLibre for debian...
8+
Install:
9+
10+
Add this sources.list.d entry (DEB822-style):
11+
<code>
12+
Types: deb
13+
URIs: https://xlibre-debian.github.io/[system]
14+
Suites: main
15+
Components: stable
16+
Signed-By: /etc/apt/keyrings/NexusSfan.asc
17+
</code>
18+
19+
Where <code>[system]</code> can be <code>debian</code> or <code>devuan</code> depending if you have systemd or not.
20+
21+
Now, run <code>wget -O - https://mrchicken.nexussfan.cz/publickey.asc | sudo tee /etc/apt/keyrings/NexusSfan.asc</code>
22+
This will set up the publickey.
23+
24+
You can install XLibre with <code>sudo apt install xlibre xlibre-archive-keyring</code>
925
</pre>
1026
</body>
1127
</html>

0 commit comments

Comments
 (0)