From 35eab7a14207e25646019ab0b7a7978f5fb601c4 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 23 Dec 2020 18:16:24 -0800 Subject: [PATCH] Update README getting started section. [ci skip] --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dd74f7c92..4b3f52645 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,7 @@ you to contribute new ideas and are liberal in accepting experimental features. ### Getting Started -1. At this phase of development the best thing to do is pull the master branch -and use the latest head. +1. `git clone https://github.com/matrix-construct/construct`. The latest commit on the master branch should be tagged for release. Please checkout the latest tag to be sure; in case of serious regression, we may delete a tag until it is fixed. 2. See the [BUILD](https://github.com/matrix-construct/construct/wiki/BUILD) instructions to compile Construct from source.