From 65616e8f58a63ebeb35cfcb59dd653e480660cf8 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Mon, 29 Mar 2021 01:42:44 -0500 Subject: [PATCH] Remove stray backtick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a14a32b..7ba152f 100644 --- a/README.md +++ b/README.md @@ -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)