From a5bcb1bda29a0ce3eeb41f9db79aed2c7eb98599 Mon Sep 17 00:00:00 2001 From: s2 Date: Wed, 10 Oct 2018 11:31:28 +0200 Subject: [PATCH] add dev instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 60338bf..6452215 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,9 @@ A firefox addon that generates a password and copies it to the clipboard On amo! [https://addons.mozilla.org/firefox/addon/pwgen-reloaded/](https://addons.mozilla.org/firefox/addon/pwgen-reloaded/) + + +## develop + +Clone this repo, open firefox on [about:debugging](about:debugging) and load the extension by selecting the cloned folder. +Start coding!