From 5be47d798bbd06c3ea835c83a9fc5fd20ab981cd Mon Sep 17 00:00:00 2001 From: David Ralph Date: Sun, 20 Oct 2019 15:47:35 +0100 Subject: [PATCH] readme --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0b763db2..5d833375 100644 --- a/README.md +++ b/README.md @@ -51,23 +51,28 @@ Development/Other: Read the [Development](#development) section.
  • git clone https://github.com/ohlookitsderpy/Mue (If you don't have Git just go to Clone or download and click Download ZIP)
  • Open a terminal and run these commands: (in the Mue directory) -
  • yarn (or npm install) -
  • yarn start (or npm start) +
  • yarn (or npm i) +
  • yarn run all (or npm run all)
  • Start developing! (See the sections below for how to set up a developer copy of the extension.) +

    Building

    +This section is a work in progress, and doesn't include the manual edits you are required to do to get it working without errors. +Once I find a method to do it automatically, I will update this section accordingly.
  • Chrome (Click to expand)
      -
    1. Rename manifest-chrome.json to manifest.json +
    2. yarn run build (or npm run build) +
    3. Rename manifest-chrome.json in the "manfiest" folder to manifest.json in "build" (replace the one created by React)
    4. Visit chrome://extensions in Chrome
    5. Click Load unpacked (Make sure Developer Mode is on) -
    6. Go to the directory containing Mue and click ok +
    7. Go to the directory containing the built copy of Mue and click ok
    8. Enjoy your new tab!
    Opera (Click to expand)
      -
    1. Rename manifest-opera.json to manifest.json +
    2. yarn run build (or npm run build) +
    3. Rename manifest-opera.json in the "manfiest" folder to manifest.json in "build" (replace the one created by React)
    4. Visit about://extensions in Opera
    5. Click Load unpacked extension... (Make sure Developer Mode is on)
    6. Go to the directory containing Mue and click ok @@ -77,7 +82,9 @@ Development/Other: Read the [Development](#development) section. Firefox (Click to expand) Note: I'm currently trying to find a better method to do this, but this works for now.
        -
      1. Rename manifest-firefox.json to manifest.json +
      2. yarn run build (or npm run build) +
      3. Rename manifest-firefox.json in the "manfiest" folder to manifest.json in "build" (replace the one created by React) +
      4. Move manifest/background-opera.js to build/background-opera.js
      5. Visit about:debugging#addons in Firefox
      6. Click Load Temporary Add-on
      7. Go to the directory containing Mue and click on the manifest.json