Commit 0f320e6

Nick Faro committed on
Update README.md
commit 0f320e614043b433d44604d1732683013e63ad95 parent 16048ce
1 changed files +2−2
ModifiedREADME.md +2−2
@@ -20,8 +20,8 @@ git clone --recursive https://github.com/SuperDisk/hUGETracker
20 cd hUGETracker 20 cd hUGETracker
21 21
22 # Let Lazarus know about the dependencies that HT uses 22 # Let Lazarus know about the dependencies that HT uses
23 lazbuild --add-package-link rackctls\RackCtlsPkg.lpk 23 lazbuild --add-package-link rackctls/RackCtlsPkg.lpk
24 lazbuild --add-package-link bgrabitmap\bgrabitmap\bgrabitmappack.lpk 24 lazbuild --add-package-link bgrabitmap/bgrabitmap/bgrabitmappack.lpk
25 25
26 # At this point if you want to develop HT, then open GBEmu.lpi in Lazarus, make sure you're in the 26 # At this point if you want to develop HT, then open GBEmu.lpi in Lazarus, make sure you're in the
27 # Development build mode, and everything should build and run! 27 # Development build mode, and everything should build and run!