Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ckohnke authored Nov 7, 2018
1 parent 67ec906 commit 73199e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ TOM may refuse to open a html viewer (firefox, chrome, etc.) on Linux. If you ha
sudo ln -s /usr/bin/xdg-open /usr/bin/netscape

xdg-open is used to open the default browser, and netscape is what TOM tries to use. If your distro uses a different command for opening the default browser, then the xdg-open command will need to be changed.

Alternatively, add something like

alias netscape=firefox

to your .bashrc file.

0 comments on commit 73199e7

Please sign in to comment.