[ fix #1788 ] Only mention building using the previous version

We only ensure using CI that Idris can be built using the previous
released version so let's not claim in the docs you can use any old
one.
This commit is contained in:
Guillaume ALLAIS 2021-08-30 17:11:17 +01:00
parent 126daf7c28
commit 79177a70ea

View File

@ -71,7 +71,8 @@ If all is well, to install, type:
### 3: Installing with an existing Idris 2 ### 3: Installing with an existing Idris 2
If you have an earlier version of Idris 2 (minimum version 0.2.2) installed: If you have the latest *released* version of Idris 2
(0.4.0 at the time of writing) installed:
- `make all` - `make all`
- `make install` - `make install`