From 3b8fe4e4f84c8260497242d32bd99c50243833af Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 21 Jun 2020 18:30:24 +0200 Subject: [PATCH] Added README draft --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c87718b --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Platypush browser extension + +This extension allows you to run Platypush commands on remote hosts as well as +custom scripts, and attach hooks to events generated by remote Platypush systems. + +## Installation + +Default installation (requires npm): + +```bash +npm run build +``` + +Dev installation (requires npm+Vue cli tools): + +```bash +npm run build:dev +```