From 5c3d1f927feda85481809dba76eb9fc036a43f1c Mon Sep 17 00:00:00 2001 From: James Firth Date: Sat, 24 May 2014 10:22:14 -0500 Subject: [PATCH 1/2] 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 81d076fe42..3f06845d83 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 From a9dd59ddba33e1a5f90c00c938233c79473c8149 Mon Sep 17 00:00:00 2001 From: James Firth Date: Sat, 24 May 2014 10:24:15 -0500 Subject: [PATCH 2/2] Fixed typo so list is a proper bullet list now. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3f06845d83..c42d7c2b92 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ 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 +* 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