mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Update README.md
- Switch "Discord Channel" to contain the actual name - Switch to Github Actions instead of Azure Pipelines - Switch command list to merge devkitarm and libctru into 3ds-dev
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<p align="center">
|
||||
<a href="https://universal-team.net/projects/universal-updater.html"><img src="https://github.com/Universal-Team/Universal-Updater/blob/master/app/banner.png"></a><br>
|
||||
<b>A multiapp, JSON script-based updater for Nintendo 3DS</b><br>
|
||||
<a href="https://discord.gg/KDJCfGF" style="padding-left: 5px; padding-right: 5px;">
|
||||
<img src="https://img.shields.io/badge/Discord-Server-blue.svg" height="20">
|
||||
<a href="https://discord.gg/KDJCfGF" style="padding-right: 5px;">
|
||||
<img src="https://img.shields.io/badge/Discord%20Server-%23universal--updater-green.svg" alt="Discord Server">
|
||||
</a>
|
||||
<a href="https://gbatemp.net/threads/release-universal-updater-a-universally-good-updater.551824/" style="padding-left: 5px;">
|
||||
<a href="https://gbatemp.net/threads/release-universal-updater-a-universally-good-updater.551824/" style="padding-left: 5px; padding-right: 5px;">
|
||||
<img src="https://img.shields.io/badge/GBAtemp-thread-blue.svg" height="20">
|
||||
</a>
|
||||
<a href="https://dev.azure.com/universal-team/Builds/_build?definitionId=13" style="padding-right: 5px;">
|
||||
<img src="https://dev.azure.com/Universal-Team/Builds/_apis/build/status/Universal-Team.Universal-Updater%20(1)?branchName=master" height="20">
|
||||
<a href="https://github.com/Universal-Team/Universal-Updater/actions?query=workflow%3A%22Build+Universal-Updater%22" style="padding-left: 5px; padding-right: 5px;">
|
||||
<img src="https://github.com/Universal-Team/Universal-Updater/workflows/Build%20Universal-Updater/badge.svg" height="20" alt="Build status on GitHub Actions">
|
||||
</a>
|
||||
<a title="Crowdin" target="_blank" href="https://crowdin.com/project/universal-updater"><img src="https://badges.crowdin.net/universal-updater/localized.svg" alt="Translation status on Crowdin"></a>
|
||||
</p>
|
||||
@@ -25,7 +25,7 @@ Universal-Updater is a homebrew application for the Nintendo 3DS that is intende
|
||||
## Compilation
|
||||
### Setting up your enviromment
|
||||
|
||||
To build Universal-Updater from source, you will need to setup a system with devkitARM, libctru, 3ds-curl and 3ds-libarchive. Follow devkitPro's [Getting Started](https://devkitpro.org/wiki/Getting_Started) page to install pacman, then run `(sudo dkp-)pacman -S devkitARM libctru 3ds-curl 3ds-libarchive`. You will also need [bannertool](https://github.com/Steveice10/bannertool/releases/latest) and [makerom](https://github.com/profi200/Project_CTR/releases/latest) in your PATH.
|
||||
To build Universal-Updater from source, you will need to setup a system with devkitARM, libctru, 3ds-curl and 3ds-libarchive. Follow devkitPro's [Getting Started](https://devkitpro.org/wiki/Getting_Started) page to install pacman, then run `(sudo dkp-)pacman -S 3ds-dev 3ds-curl 3ds-libarchive`. You will also need [bannertool](https://github.com/Steveice10/bannertool/releases/latest) and [makerom](https://github.com/profi200/Project_CTR/releases/latest) in your PATH.
|
||||
|
||||
### Cloning the repo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user