Update README for changed file locations.
authorMichael Zucchi <notzed@gmail.com>
Sat, 19 Oct 2019 04:20:01 +0000 (14:50 +1030)
committerMichael Zucchi <notzed@gmail.com>
Sat, 19 Oct 2019 04:20:01 +0000 (14:50 +1030)
README

diff --git a/README b/README
index 5b1198a..1e313ff 100644 (file)
--- a/README
+++ b/README
@@ -38,10 +38,11 @@ $ make TARGET=<target>
 
 All intermediate and final results are place in `bin/'.
 
-`bin/<module>/<module>.jar'  Cross platform modular .jar.
-`bin/<module>/<target>/lib'  Platform specific libraries.
+`bin/<target>/lib/<module>.jar'    Modular jar for ide.
+`bin/<target>/lib/*.so'            Platform specific
+`bin/<target>/bin/*.dll'            runtime libraries.
 
-`bin/<module>/<target>/<module>.jmod'  Target specific .jmod.
+`bin/<target>/jmods/<module>.jmod' Target specific .jmod.
 
 $ make bin