1
Fork 0

Fix readme

This commit is contained in:
Jake Howard 2015-08-24 21:57:08 +01:00
parent 3132339ebe
commit 72cc1194a0
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
# Hipchat Emoticons for all! #
## Building for yourself ##
Whilst I recommend that you use the plugins that are on the add-on stores of the respective browsers, building the apps yourself is perfectly possible, and __should__ be self contained within this application. I am building this on Ubuntu 15.04, but your luck may vary on other platforms.
### Build Commands ###
@ -9,7 +8,7 @@ Whilst I recommend that you use the plugins that are on the add-on stores of the
npm run build-chrome
npm run build-firefox
npm run build-extensions (firefox __and__ chrome)
npm run build-extensions (firefox and chrome)
## Disclaimer: ##
As you can tell, the quality of the code isnt perfect, or to a particular standard. Once the plugin works properly to a basic level, I will install some linting software to make the code look nicer, and possibly run smoother too.