Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikVE committed Feb 8, 2018
2 parents 5020771 + 73e62a9 commit 203a0d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
## Install

### Complete (extension and native messaging host)
1. run **python install.py <your_browser>**
1. run **python install.py <your_browser>** from the cloned repo's src/ directory
2. for further information look at the instructions below

### Install the extension

#### Google Chrome and Chromium
1. open a terminal
2. run **python install.py --component extension <your_browser>**
2. run **python install.py --component extension <your_browser>** from the cloned repo's src/ directory
3. you need to restart chrome/ chromium
4. extension should be installed now

#### Firefox
1. open a terminal
2. run **python install.py --component extension firefox**
2. run **python install.py --component extension firefox** from the cloned repo's src/ directory
3. Firefox will open and ask for a confirmation
4. click on **Add**

### Install the Native Messaging Host
1. open a terminal
2. run **python install.py --component host <your_browser>**
2. run **python install.py --component host <your_browser>** from the cloned repo's src/ directory

## More Information
Please ignore upcoming warnings, they are caused by a shared codebase for firefox and chrome
Expand All @@ -42,4 +42,4 @@ Graphics are editable with [yEd](http://www.yworks.com/products/yed "http://www.
* The project is licensed under the GNU Lesser General Public License
(LGPL) version 2.1 as published by the Free Software Foundation.

All code files contain licensing information.
All code files contain licensing information.

0 comments on commit 203a0d7

Please sign in to comment.