diff --git a/README.markdown b/README.markdown index d66f88c4f..36254043f 100644 --- a/README.markdown +++ b/README.markdown @@ -22,6 +22,8 @@ I have exposed some parts of CryEngine triangular mesh editing interface for sta The next milestone would be to remove some of the old, too complicated features, that made the development process slow, and debugging very hard. Achieving that goal proved to be a little too much for me, as my inexperience with C++ and lack of understanding of CryMono's internal mechanisms (mostly thanks to poor docs) caused me to botch CryMono completely, leaving no choice other then restarting the project from scratch. ## CryCIL After restarting the project and naming it CryCIL I've set out to create "v1" version of it which would be the minimal implementation needed for working with Mono. v1 mostly focuses on just establishing virtual interface with Mono with minimal interaction with CryEngine, which means, that it has a potential to be compatible with almost any other version of CE. +# Installation +Download the release of CryCIL that you want to use (e.g. the latest one). Then download release of CryCIL Base Binaries that is mentioned in the notes for your CryCIL release. Unpack both archives into CryEngine installation directory. # Documentation & Info Most of the tutorial-style documentation articles will at the Wiki section of the GitHub page.