-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheb12(old).html
More file actions
60 lines (60 loc) · 3.27 KB
/
Copy pathheb12(old).html
File metadata and controls
60 lines (60 loc) · 3.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Install Heb12 Desktop</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="MobileOptimized" content="320"/>
<link href="icon.ico" rel="icon" type="image/png" />
<link href="style.css" rel="stylesheet" />
</head>
<body>
<header>
<img src="icon.ico" />
<span id="title"><a href="index.html">Heb12 Bible Apps</a></span>
</header>
<div id="wrapper">
<h1>Heb12 Desktop</h1>
<p>Heb12 Desktop is a program for Windows and Linux that allows you to easily read the Bible on your computer.</p>
<img src="img/example1.png" alt="Screenshot of Heb12 Desktop" width="100%" />
<p>It is currently under development and there is no offical release yet. The first version (1.0) will be released in the last two weeks of April 2018.</p>
<h2>Install</h2>
<p>We currently have pre-release versions of Heb12 Desktop available for those that want it.</p>
<h3>Windows</h3>
<p><a href="https://drive.google.com/open?id=1DVAs3tqKXHSrvxKar7DlOyPex3PCiVDb">Download the Windows version of Heb12</a>.</p>
<p><em>Note: If you use McAfee anti-malware, the program might not install. This is a known issue and we are working on it.</em></p>
<h3>Linux</h3>
<p>There are four different ways to install it on Linux.</p>
<ul>
<li><a href="https://drive.google.com/open?id=1dCAHCbCk8z_9peoyZcZo1I998E57-iFs">.deb</a></li>
<li><a href="https://drive.google.com/open?id=1CS6kvadIae9LyaJHs7yxKCA6b3AFzHZ5">.rpm</a></li>
<li><a href="https://drive.google.com/open?id=1SMvdlKn13VCyMsCbfIxVQ6H32IB26bmm">.AppImage</a></li>
<li>Snap</li>
</ul>
<p>The .deb file is used for Debian based distributions. If you use any of the distributions listed below, use the .deb package.</p>
<ul>
<li>Debian</li>
<li>Ubuntu</li>
<ul>
<li>Linux Mint</li>
<li>Elementary OS</li>
<li>Zorin OS</li>
<li>Ubuntu Flavors (Xubunut, Kubuntu, Ubuntu MATE, etc)</li>
<li>Pop!_OS</li>
</ul>
<li>Pure OS</li>
<li>Deepin</li>
</ul>
<p>More can be found <a href="https://wiki.debian.org/Derivatives/Census">on Debian's wiki</a>.</p>
<p>The .rpm file is used for Red Hat based distributions.</p>
<ul>
<li>RHEL (Red Hat Enterprise Linux)</li>
<li>Fedora</li>
<li>CentOS</li>
</ul>
<p>The .AppImage file can be run on all Linux distributions.</p>
<p>The Snap package can be installed on any distribution with the <code>snapd</code> package installed. There are some benefits for using it. You get automatic updates, and you can choose to install it from different channels. The <code>edge</code> channel gets updated every time we improve the code (which can be unstable!), the <code>beta</code> channel gets updated for every release that is not quite done. The normal channel (stable) is the official releases of the program.</p>
<p>Install the program via Snap by running this: <code>sudo snap install heb12 --edge</code></p>
</div>
</body>
</html>