Add placeholder README

This commit is contained in:
Edwin Brady 2020-05-18 14:03:28 +01:00
parent d2f4812b48
commit cf15ce85ae

9
README.md Normal file
View File

@ -0,0 +1,9 @@
To build and install from Idris 2 in Idris 1:
* Change the `prefix` which is currently hard coded in `Idris.Main`
* make all && make install
Then, to build from the newly installed `idris2sh`
* make clean
* make all IDRIS_BOOT=idris2sh && make install