treewide: two space indent -> four space indent
Apparently, this is the correct way to do markdown indents. This should allow portability of markdown files, should we ever move elsewhere.
This commit is contained in:
parent
7d48a066cf
commit
774e84f465
52 changed files with 366 additions and 366 deletions
|
@ -32,8 +32,8 @@ These instructions are written for use with GodMode9 v2.0.0 or later. If you hav
|
|||
|
||||
{% capture notice %}
|
||||
Insert the game cartridge you intend to dump into your console
|
||||
+ 3DS game cartridges will be dumped to a `.3ds` format
|
||||
+ NDS game cartridges will be dumped to a `.nds` format
|
||||
+ 3DS game cartridges will be dumped to a `.3ds` format
|
||||
+ NDS game cartridges will be dumped to a `.nds` format
|
||||
{% endcapture %}
|
||||
|
||||
<div class="notice--info">{{ notice | markdownify }}</div>
|
||||
|
|
|
@ -36,10 +36,10 @@ Popular uses for custom firmware include:
|
|||
## What does this guide install?
|
||||
|
||||
This guide will:
|
||||
+ Install **boot9strap** and **Luma3DS custom firmware** on unmodified retail 3DS/2DS consoles
|
||||
+ Install **boot9strap** and **Luma3DS custom firmware** on unmodified retail 3DS/2DS consoles
|
||||
+ Luma3DS will automatically remove the region lock and allow you to run unsigned software
|
||||
+ Install various pieces of homebrew software, such as a package installer, save file manager, and a homebrew app store
|
||||
+ Make critical system file backups that can help avoid bricks (and recover data in the event of one)
|
||||
+ Install various pieces of homebrew software, such as a package installer, save file manager, and a homebrew app store
|
||||
+ Make critical system file backups that can help avoid bricks (and recover data in the event of one)
|
||||
|
||||
___
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
At this point, your console will boot to Luma3DS by default.
|
||||
+ Luma3DS does not look any different from the normal HOME Menu. If your console has booted into the HOME Menu, it is running custom firmware.
|
||||
+ On the next page, you will install useful homebrew applications to complete your setup.
|
||||
+ Luma3DS does not look any different from the normal HOME Menu. If your console has booted into the HOME Menu, it is running custom firmware.
|
||||
+ On the next page, you will install useful homebrew applications to complete your setup.
|
||||
|
|
Loading…
Reference in a new issue