0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-26 18:38:52 +02:00

README: Add download section.

This commit is contained in:
Jason Volk 2018-09-13 16:56:58 -07:00
parent 52b39f7d2b
commit 1a0f611857

View file

@ -78,6 +78,17 @@ Provides compression for the database, etc.
<img align="right" src="https://i.imgur.com/YMUAULE.png" />
</a>
### DOWNLOAD
At this phase of development the best thing to do is pull the master branch
and use the latest head.
> The head of the `master` branch is consistent and should be safe to pull
without checking out a release tag. When encountering a problem with the latest
head on `master` that is when a release tag should be sought. Users who require
stability over feature development will be pulling from a specific feature-locked
stable branch. No stable branches exist yet, sorry.
### BUILD
*Please follow the standalone build instructions in the next section until this