Updated build instructions
This commit is contained in:
parent
dd0f99d003
commit
1ccd7bdbf4
1 changed files with 4 additions and 6 deletions
10
README.md
10
README.md
|
@ -2,17 +2,15 @@
|
||||||
|
|
||||||
|
|
||||||
## Building for yourself ##
|
## 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. I build the apps on ubuntu, so have made sure that the build scripts work for me, use on other platforms may vary.
|
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 ###
|
||||||
|
|
||||||
### Commands: ###
|
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
|
|
||||||
### To-Do ###
|
## To-Do ##
|
||||||
* Add other sites support (currently facebook messages popup only)
|
* Add other sites support (currently facebook messages popup only)
|
||||||
|
|
||||||
|
|
||||||
##### Disclaimer: #####
|
## 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.
|
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.
|
Reference in a new issue