diff --git a/README.md b/README.md index 9d06124..ec572c0 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,16 @@ custom scripts, and attach hooks to events generated by remote Platypush systems ## Installation -Generate the extension .zip file: +Install the dependencies: ```bash -./create_zip.sh +npm install +``` + +Dev installation (requires npm+Vue cli tools): + +```bash +npm run build:dev ``` Production installation (requires npm): @@ -17,8 +23,8 @@ Production installation (requires npm): npm run build ``` -Dev installation (requires npm+Vue cli tools): +Generate the extension .zip file: ```bash -npm run build:dev +./create_zip.sh ``` diff --git a/package-lock.json b/package-lock.json index c112914..c317aec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "platypush", - "version": "1.0.0", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": {