get-started: separate "all versions" methods from main table
This will discourage users from picking an All Versions method when a software method is more easily available for the vast majority of consoles.
This commit is contained in:
parent
e92ac6f6e4
commit
a551df336b
1 changed files with 7 additions and 4 deletions
|
@ -54,9 +54,12 @@ The letter and number after the system version (for example, 11.14.0-**46U**) is
|
|||
<td style="text-align: center; font-weight: bold;" colspan="2">11.14.0 (latest version)</td>
|
||||
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(browser)">Installing boot9strap (Browser)</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center; font-weight: bold;" colspan="2">ALL VERSIONS<br></td>
|
||||
<td style="text-align: center; font-weight: bold;"><p style="display: inline-block; margin-top: 1.3em; width: 47%"><a href="ntrboot">ntrboot</a><br><sub>(Requires a Compatible Flashcart)</sub></p><p style="display: inline-block; margin-top: 1.3em; vertical-align: super; width: 6%">or</p><p style="display: inline-block; margin-top: 1.3em; width: 47%"><a href="installing-boot9strap-(hardmod)">Installing boot9strap (Hardmod)</a><br><sub>(Requires Soldering)</sub></p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
---
|
||||
|
||||
A number of methods that work on all versions are available, but require additional hardware. If possible, you should follow one of the software methods listed above instead.
|
||||
|
||||
1. [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) - requires compatible DS flashcart
|
||||
1. [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) - requires soldering
|
||||
|
|
Loading…
Reference in a new issue