Remove stray backtick

This commit is contained in:
Pk11 2021-03-29 01:42:44 -05:00
commit 65616e8f58

View file

@ -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)