Skip to content

Rolling release installation

Loys Caucheteux edited this page Nov 23, 2021 · 9 revisions

Alternative

Process

  1. git clone the repository
git clone [email protected]:NiceOpenSource/posttolemmy.git

Firefox

  1. At the root of the repo, rename manifest.firefox.json => manifest.json
  2. Change the value of browser_specific_settings.gecko.id in the manifest.json
  3. Go to about:debugging#/runtime/this-firefox page in firefox
  4. Click on Load Temporary Add-on
  5. Find the repository on your filesystem and open the file manifest.json

Chrome

  1. At the root of the repo, rename manifest.chrome.json => manifest.json
  2. Go to chrome://extensions page in Google Chrome
  3. Click Load unpacked in the top-left corner
  4. Find the repository on your filesystem and select it as the extension's root

Updating

Just pull new changes from the repository and they will be applied automatically, Chrome may require you to press the reload button on the chrome://extensions page

Clone this wiki locally