finalize: undropdown application list
better for developer visibility + hard to find
This commit is contained in:
parent
d17daf5605
commit
7d71cb32ad
1 changed files with 3 additions and 7 deletions
|
@ -10,10 +10,8 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes
|
|||
|
||||
On this page, we will make critical system file backups and install some homebrew programs. Most of these steps will be automated using a script that you will run on your console.
|
||||
|
||||
{% capture compat %}
|
||||
<summary>List of homebrew applications that will be installed</summary>
|
||||
|
||||
Click the links to view the GitHub repository of each application. (Give them a star if you appreciate them!)
|
||||
{% capture notice-6 %}
|
||||
The script will install the following applications:
|
||||
|
||||
+ **[FBI](https://github.com/Steveice10/FBI)** *(installs CIA formatted applications)*
|
||||
+ **[Homebrew Launcher Loader](https://github.com/PabloMK7/homebrew_launcher_dummy)** *(launches the Homebrew Launcher)*
|
||||
|
@ -22,10 +20,8 @@ Click the links to view the GitHub repository of each application. (Give them a
|
|||
+ **[ftpd](https://github.com/mtheall/ftpd)** *(access your 3DS SD card wirelessly)*
|
||||
+ **[Universal-Updater](https://github.com/Universal-Team/Universal-Updater/)** *(a homebrew app store for downloading homebrew from the 3DS over Wi-Fi)*
|
||||
+ **[GodMode9](https://github.com/d0k3/GodMode9)** *(multipurpose tool which can do NAND and cartridge functions)*
|
||||
|
||||
{% endcapture %}
|
||||
<details>{{ compat | markdownify }}</details>
|
||||
{: .notice--info}
|
||||
<div class="notice--info">{{ notice-6 | markdownify }}</div>
|
||||
|
||||
### Compatibility Notes
|
||||
|
||||
|
|
Loading…
Reference in a new issue