From 202740d5486ab34524ff33318d2334886b678576 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 16 Jun 2024 04:27:58 -0500 Subject: [PATCH] update readme.md to fix copied path --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 9076b43..2fcf878 100644 --- a/readme.md +++ b/readme.md @@ -85,14 +85,14 @@ ```bash git clone --recursive https://github.com/dslatt/nso-icon-tool/ -cd SimpleModDownloader +cd nso-icon-tool cmake -B build_switch -DPLATFORM_SWITCH=ON make -C build_switch nso-icon-tool.nro -j$(nproc) ``` or ``` git clone --recursive https://github.com/dslatt/nso-icon-tool/ -cd SimpleModDownloader +cd nso-icon-tool /bin/bash proj_build.sh ```