Skip to content

Commit

Permalink
update usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Feb 10, 2019
1 parent 563728c commit d32542d
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit d32542d

Please sign in to comment.