Fix typo in DevGuide.md

The folder that contains *.fidb files is `fidb` under `dependencies/`, not `fid`.
This commit is contained in:
Xiaoyin Liu
2021-04-16 01:22:59 +08:00
committed by GitHub
parent 3a2922e175
commit 28c198adaf

View File

@@ -129,7 +129,7 @@ directory populated with the following files:
* cdt-8.6.0.zip
* PyDev 6.3.1.zip
* yajsw-stable-12.12.zip
* fid/*.fidb
* fidb/*.fidb
If you see these, congrats! Skip to [building](#building-ghidra) or [developing](#developing-ghidra). If not, continue with manual download
instructions below...