We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bacc5 commit de41cb7Copy full SHA for de41cb7
1 file changed
index.html
@@ -1,11 +1,27 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
-<title>todo</title>
+<title>README</title>
5
</head>
6
<body>
7
<pre>
8
-Write docs about XLibre for debian...
+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>
25
</pre>
26
</body>
27
</html>
0 commit comments