summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMonsterDruide1 <5958456@gmail.com>2021-08-07 21:59:16 +0200
committerMonsterDruide1 <5958456@gmail.com>2021-08-10 22:11:03 +0200
commit18152c59096dbd247f0b15d23ef5b4264cebec55 (patch)
tree63421ad57254012322611d4416b4c0bee9aa9c2f /README.md
parent802be64d8e41917b002cd9c21c500c91f9b96c93 (diff)
tools: Migrate to external repo
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 97b16222..e087ed96 100644
--- a/README.md
+++ b/README.md
@@ -158,7 +158,7 @@ Additionally, you'll also need:
2. Run `git submodule update --init --recursive`
-3. Run `cargo install --path tools/viking`
+3. Run `cargo install --path tools/common/viking`
Next, you'll need to acquire the **original 1.5.0 or 1.6.0 `main` NSO executable**.
@@ -167,7 +167,7 @@ Additionally, you'll also need:
* The decompressed 1.5.0 NSO has the following SHA256 hash: `d9fa308d0ee7c0ab081c66d987523385e1afe06f66731bbfa32628438521c106`
* If you have a compressed NSO or a 1.6.0 executable, don't worry about this.
-4. Run `tools/setup.py [path to the NSO]`
+4. Run `tools/common/setup.py [path to the NSO]`
* This will:
* convert the executable if necessary
* set up [Clang 4.0.1](https://releases.llvm.org/download.html#4.0.1) by downloading it from the official LLVM website