From 5c3d1f927feda85481809dba76eb9fc036a43f1c Mon Sep 17 00:00:00 2001 From: James Firth Date: Sat, 24 May 2014 10:22:14 -0500 Subject: [PATCH] Updated README Added info on how to develop --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 81d076fe421..3f06845d833 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,13 @@ glad to accept a pull that abstracts out the NaCL-specific stuff to optionally use a JS implementation for FF. Note that the code is currently quite messy (its all in one file!), but it needs to work first, then it can be heavily cleaned up later. + +Developing +=========== + +# Clone the repo +# Open Chrome +# Go to chrome://extensions/ +# Enable developer mode (checkbox on the top right) +# Click "Load unpacked extension..." +# Point to the repo's directory