update README - instructions for code generation

This commit is contained in:
Jon Renner
2013-12-26 15:54:31 +08:00
parent 4bc94e86c0
commit a2ba7d74d5
+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