Navigation Menu

Skip to content

Commit

Permalink
docs: add installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fariz Rizaldy committed Aug 11, 2019
1 parent 593c4ed commit 7e54049
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -34,3 +34,15 @@ document.body.appendChild(FancyButton)
```

That's it

## Installation

Make sure you have Yarn or NPM installed. To start install this framework,
run this command in your terminal

```bash
$ yarn -v # or npm -v
```

If your terminal output something useful information (not command not found),
it means the installation was succeed.

0 comments on commit 7e54049

Please sign in to comment.