docs: some minor improvements

This commit is contained in:
Rifat Azad
2025-01-07 09:10:55 +06:00
parent d5ee4315ca
commit 5173618e06
2 changed files with 6 additions and 6 deletions

View File

@@ -63,7 +63,7 @@
<div class="container">
<h2 class="text-center mb-4">Installation</h2>
<p class="text-center">Run the following commands below for different installation options, should be ran inside the root of your kernel's directory.</p>
<h3 class="mt-4">Latest</h3>
<h3 class="mt-4">Latest Release</h3>
<div class="highlight mt-3">
<code>curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -</code>
<button class="btn btn-copy mt-2" onclick="copyToClipboard(this)">Copy</button>

View File

@@ -74,31 +74,31 @@
<div class="col-md-6 col-lg-4 mb-4 d-flex">
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
<h3><i class="fas fa-magic"></i> Magic Mount</h3>
<p>KernelSU-Next includes Magic Mount which provides a fast, light and convenient module mounting.</p>
<p>KernelSU Next includes Magic Mount which provides a fast, light and convenient module mounting.</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 d-flex">
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
<h3><i class="fas fa-tools"></i> New Manager Features</h3>
<p>KernelSU-Next has a new, redesigned manager with several feature improvements and a UI overhaul.</p>
<p>KernelSU Next has a new, redesigned manager with several feature improvements and a UI overhaul.</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 d-flex">
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
<h3><i class="fas fa-undo"></i> Module Restoration</h3>
<p>KernelSU-Next allows for restoring modules even after uninstalling.</p>
<p>KernelSU Next allows for restoring modules even after uninstalling.</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 d-flex">
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
<h3><i class="fas fa-sync-alt"></i> Auto-Updates</h3>
<p>The KernelSU-Next Manager app updates automatically with new releases.</p>
<p>The KernelSU Next Manager app updates automatically with new releases.</p>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 d-flex">
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
<h3><i class="fas fa-calendar-alt"></i> Frequent Updates</h3>
<p>KernelSU-Next is frequently updated with lots of upcoming features.</p>
<p>KernelSU Next is frequently updated with lots of upcoming features.</p>
</div>
</div>
</div>