fix path to stdlib in readme.md

This commit is contained in:
Alexey Stepanov
2016-09-02 21:24:08 +03:00
committed by GitHub
parent a53e173433
commit 191a65bede
+1 -1
View File
@@ -17,7 +17,7 @@ Assembled the translator can be found in the following folder
$ java -jar $(PATH_TO_TRANSLATOR_JAR) -I $(PATH_TO_KOTLIB) $(KOTLIN_SOURCES)
where
- $(PATH_TO_TRANSLATOR_JAR) - path to jar, which you got in building step, by default it `build/libs/translator-1.0.jar`
- $(PATH_TO_KOTLIB) - path to standart kotlin lib, by default it `../kotstd/include`
- $(PATH_TO_KOTLIB) - path to standart kotlin lib, by default it `../kotstd/kt`
- $(KOTLIN_SOURCES) - the different files that you want to compile
### Optional arguments