Update main.js

This commit is contained in:
Testato 2020-09-04 17:44:55 +02:00 committed by GitHub
parent 359b2c4ae3
commit f3869da194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ export function main() {
function __setAppText() { function __setAppText() {
$("app-text").innerHTML = ` $("app-text").innerHTML = `
<span class="code-comment"># On Linux using Chromium/Chrome via any terminal:<br> <span class="code-comment"># On Linux using Chromium/Chrome via any terminal:<br>
$</span> \`which chromium 2>/dev/null || which chrome 2>/dev/null || which google-chrome 2>/dev/null` --app="${window.location.href}"<br> $</span> \`which chromium 2>/dev/null || which chrome 2>/dev/null || which google-chrome 2>/dev/null\` --app="${window.location.href}"<br>
<br> <br>
<span class="code-comment"># On MacOS using Terminal application:<br> <span class="code-comment"># On MacOS using Terminal application:<br>
$</span> /Applications/Google&bsol; Chrome.app/Contents/MacOS/Google&bsol; Chrome --app="${window.location.href}"<br> $</span> /Applications/Google&bsol; Chrome.app/Contents/MacOS/Google&bsol; Chrome --app="${window.location.href}"<br>