From d32542d09266479176f18e9c933b832a9b88d4eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Quintana?= Date: Mon, 11 Feb 2019 00:45:58 +0100 Subject: [PATCH] update usage section --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d46c57a..5f68f67 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,20 @@ ## Usage -Just clone the repository and install the dependencies: - +__Clone repository__ ```sh -git clone --depth 1 https://github.com/joseluisq/hyperapp-starter.git +git clone \ +--depth 1 \ +--single-branch \ +--branch {RELEASE} \ +https://github.com/joseluisq/hyperapp-starter.git +cd hyperapp-starter +``` + +*__Note:__ Change `{RELEASE}` with release version (E.g. `1.0.0`)* + +__Install dependencies__ +``` yarn ```