Remove stray backtick
This commit is contained in:
parent
936ae68603
commit
65616e8f58
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ Universal-Updater is a homebrew application for the Nintendo 3DS with the intent
|
|||
|
||||
To build Universal-Updater from source, you will need to install devkitARM and some libraries. Follow devkitPro's [Getting Started](https://devkitpro.org/wiki/Getting_Started) page to install pacman, then run the following command to install everything you need:
|
||||
```
|
||||
(sudo dkp-)pacman -S 3ds-dev 3ds-curl 3ds-bzip2 3ds-liblzma`
|
||||
(sudo dkp-)pacman -S 3ds-dev 3ds-curl 3ds-bzip2 3ds-liblzma
|
||||
```
|
||||
(The `sudo dkp-` may not be needed depending on your OS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue