mirror of
https://gitlab.com/lolmam/Phigros-Android-History.git
synced 2026-02-04 16:21:11 +00:00
initial clean commit after repo reset
This commit is contained in:
57
docs/install/index.html
Normal file
57
docs/install/index.html
Normal file
@@ -0,0 +1,57 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>How to Install - Phigros Android</title>
|
||||
<link rel="stylesheet" href="../style/style.css" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Exo:wght@400;600;700&display=swap" rel="stylesheet">
|
||||
<link rel="icon" type="image/x-icon" href="../style/1.X.N.png">
|
||||
</head>
|
||||
<body>
|
||||
<div class="background"></div>
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="https://phigros.lolmam.top/">Home</a></li>
|
||||
<li><a href="../versions">Versions</a></li>
|
||||
<li><a href="../install" class="active">Install Guide</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container">
|
||||
<h1>How to Install</h1>
|
||||
|
||||
<ol class="install-list">
|
||||
<li>Download the APK and the OBB (if required).</li>
|
||||
|
||||
<li>Install the APK on your Android device.
|
||||
<ul>
|
||||
<br>
|
||||
<li>If blocked, enable <strong>"Install from Unknown Sources"</strong> in settings.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>Place the OBB file in the following folder:
|
||||
<pre><code>Internal Storage/<br>Android/obb/com.PigeonGames.Phigros/</code></pre>
|
||||
<ul>
|
||||
<li>If the folder doesn't exist, create it manually.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>Ensure the OBB filename matches the <strong>Version Code</strong>:
|
||||
<pre><code>main.X.com.PigeonGames.Phigros.obb</code> (Where the X is the version code)</pre>
|
||||
<p style="margin-top: 5px;">Example: <code>main.12.com.PigeonGames.Phigros.obb</code> for Phigros v1.3.0 (Version Code 12)</p>
|
||||
</li>
|
||||
|
||||
<li>Launch the game and enjoy!</li>
|
||||
</ol>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>© 2025 phigros.lolmam.top - made with ❤️ for archival purposes</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user