Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smartapant authored Sep 25, 2017
1 parent c3f9452 commit c5c9f7f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@ Check it out [live](http://vuestic.epicmax.co)!
# create new project via vuestic-installer command.
$ vuestic myproject

or

# clone the repo
$ git clone https://github.com/epicmaxco/vuestic-admin.git myproject

# go into app's directory and install dependencies:
$ cd vuestic-admin
$ cd myproject
$ npm install

# serve with hot reload at localhost:8080.
Expand Down

0 comments on commit c5c9f7f

Please sign in to comment.