summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-06-23 17:14:07 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-06-23 17:14:07 -0400
commit0f2521d9a7381fd9123f59cb90c6fbbbcba72d10 (patch)
tree3d3e3ec47d5414cdd6fd81bbab2254fb745db5f6 /README.md
parent08c9098dcf9bd4e8ada47de6d9ce2d1aa741b78f (diff)
Fix Ghidra instructions in readme
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 05bc5b10..c2c93ea2 100644
--- a/README.md
+++ b/README.md
@@ -106,10 +106,10 @@ Then wait for an admin to approve your request. Once you have access, you can se
* Port Number: 13100
* User ID: (the username that you chose earlier)
* Password: (the password that you chose earlier)
-* You should now be able to view the files in the Ghidra project. Checkout the `main` file.
+* You should now be able to view the files in the Ghidra project. Open the `main` file.
* Finally, you should make a local copy of the `main` file in Ghidra. Right click on `main`, select Copy, then right click again and select Paste.
* This is so that you will be able to save changes that you make while decompiling, as you don't have write access to change `main` itself.
- * Additionally, Ghidra has a bug that causes the remote version of `main` to be extremely slow to use if you only have read access, so you should still make a local copy even if you don't intend to change anything. The first checkout of `main` will still be slow, but opening the local copy in the future should be fast.
+ * Additionally, Ghidra has a bug that causes the remote version of `main` to be extremely slow to use if you only have read access, so you should still make a local copy even if you don't intend to change anything. The first time you open `main` will still be slow, but opening the local copy in the future should be fast.
Now you have Ghidra set up and ready to use.