Skip to content

Commit

Permalink
update installation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bredele committed Sep 22, 2016
1 parent e2de13a commit 5c04481
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/getting-started.md
@@ -1,4 +1,4 @@
Let's start with a quick 5 minutes tutorial of Vomit features. <!-- say if they wanna know the motivation to go take a look at his blog post -->
Let's start with a quick 5 minutes tutorial of Vomit features.

## Hello World

Expand Down
6 changes: 4 additions & 2 deletions doc/installation.md
Expand Up @@ -23,8 +23,10 @@ $ vomit --help

If you don't use modules bundler, you can include vomit as a global variable by downloading the standalone version and include it with a script tag:

<a href="https://github.com/bredele/vomit/blob/master/dist/vomit.js" target="_blank">Development version</a>
<a href="https://github.com/bredele/vomit/blob/master/dist/vomit.min.js" target="_blank">Production version</a>


<a style="color:#EE6650;border:1px solid #EE6650;padding: 1em 1.5em;display:block;" href="https://github.com/bredele/vomit/blob/master/dist/vomit.js" target="_blank">Development version</a>
<a style="color:#EE6650;border:1px solid #EE6650;padding: 1em 1.5em;display:block;" href="https://github.com/bredele/vomit/blob/master/dist/vomit.min.js" target="_blank">Production version</a>

## Bower

Expand Down
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -9,6 +9,10 @@
"test:lint": "standard index.js | snazzy",
"build:standalone" : "browserify vomit.js --standalone vomit > dist/vomit.js"
},
"files": [
"dist/vomit.js",
"dist/vomit.min.js",
],
"bin": {
"vomit": "bin/vomit",
"vomit-create": "bin/vomit-create",
Expand Down

0 comments on commit 5c04481

Please sign in to comment.