Update README.md

This commit is contained in:
Bengt Brodersen 2015-11-25 19:38:22 +01:00
parent 723aaa7d91
commit f6346ba261

View File

@ -10,6 +10,12 @@ Bengt
![Card Layout](http://4.bp.blogspot.com/-BgfPtVWFxVo/VLTjiqpPzjI/AAAAAAAAGLw/PgF3D6eq35c/s1600/Screen%2BShot%2B2015-01-13%2Bat%2B10.19.22.png)
### Installation
#### Drag'n'Drop
got to [Instalation Site](https://qoomon.github.io/Jira-Issue-Card-Printer/bookmarkInstalation.html)
*or*
#### Manually
Create Bookmark with folowing content.
```
javascript:(function(){ var script = document.createElement("script"); script.src = "https://qoomon.github.io/Jira-Issue-Card-Printer/bookmarklet.js"; document.body.appendChild(script); document.body.removeChild(script);})();