Merge pull request #333 from jrenner/readme

update README - instructions for code generation
This commit is contained in:
Andrey Breslav
2013-12-26 04:32:36 -08:00
+1
View File
@@ -127,6 +127,7 @@ Then build via
cd libraries
mvn install
Some of the code in the standard library is created by generating code from templates. See the [README](https://github.com/JetBrains/kotlin/blob/master/libraries/stdlib/ReadMe.md) in the stdlib section for how run the code generator. The existing templates can be used as examples for creating new ones.
## Submitting patches