Skip to content

Commit

Permalink
πŸ”„ πŸ“Β  [#7] Improve build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zulaica committed Aug 19, 2017
1 parent 57ce05a commit 725b67e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ Atmosphere:
* [Git](https://git-scm.com/)
* [Yarn](https://yarnpkg.com/)

## Local Build Instructions
* `$ yarn`
* `$ yarn build`
## Build Instructions
1. Clone this repository
- via HTTPS `$ git clone https://github.com/zulaica/atmosphere.git` or
- via SSH `$ git clone git@github.com:zulaica/atmosphere.git`
2. `$ cd atmosphere`
3. `$ yarn`
4. `$ yarn build`

## Contributing

Expand Down

0 comments on commit 725b67e

Please sign in to comment.