forked from ish-app/ish.app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaltstore.html
22 lines (22 loc) · 934 Bytes
/
altstore.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
---
{%- assign release = site.github.releases | first -%}
{%- assign asset = release.assets | where: "name", "iSH.ipa" -%}
<section id="home">
<div id="altstore-container">
<div class="step">
<div class="number">
<h1>1</h1>
</div>
<h2>Install <a href="https://altstore.io">AltStore</a></h2>
</div>
<div class="step">
<div class="number">
<h1>2</h1>
</div>
<h2>Install <a href="altstore://install?url={{ asset[0].browser_download_url }}">{{ site.title }}</a></h2>
</div>
<p>To get automatic updates, <a href="https://patreon.com/rileytestut">subscribe to the AltStore Patreon</a>, get the beta of AltStore, and <a href="{{ site.links.altstore }}">add the {{ site.title }} AltStore source</a>.</p>
</div>
</section>