summaryrefslogtreecommitdiff
path: root/web/js/index/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/index/main.js')
-rw-r--r--web/js/index/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/index/main.js b/web/js/index/main.js
index 5b576b6a..31c6905a 100644
--- a/web/js/index/main.js
+++ b/web/js/index/main.js
@@ -7,7 +7,7 @@ function __setAppText() {
var url = window.location.href;
$("app-text").innerHTML = `
<span class="code-comment"># On Linux using Chromium/Chrome via any terminal:<br>
- $</span> &bsol;which chromium 2>/dev/null || which chrome 2>/dev/null&bsol; --app="${url}"<br>
+ $</span> \`which chromium 2>/dev/null || which chrome 2>/dev/null\` --app="${url}"<br>
<br>
<span class="code-comment"># On MacOS using Terminal application:<br>
$</span> /Applications/Google&bsol; Chrome.app/Contents/MacOS/Google&bsol; Chrome --app="${url}"<br>