Skip to content

Commit 1b96401

Browse files
committed
EN, CZ : README : static build of server binary mentioned
1 parent 25b768f commit 1b96401

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ je moderní a rychlý nástroj pro prohlížení dokumentace Markdown a HTML př
77
1. Zkuste si **HelpViewer** na [svém repozitáři][yourRepo].
88
2. Stáhněte si balíček <span id="linkhereI"></span> a rozbalte jej.
99
3. Pro správné zobrazení spusťte prohlížeč bez [CORS omezení][bypassCORS]. Jinak se zobrazí stránka se zprávou a budete muset ručně vybrat soubory s nápovědou a daty.
10-
Další možností, pokud nechcete zasahovat do CORS, je stažení lokálního HTTP serveru pro [Linux][SLinux] (Go/musl libc) nebo [Windows][SWindows], založení složky **www** v umístění serveru, rozbalení instalace **HelpViewer** do této složky a spuštění serveru localhost:8080 v prohlížeči.
10+
Další možností, pokud nechcete zasahovat do CORS, je stažení lokálního HTTP serveru pro [Linux][SLinux] (statické sestavení pod Go/musl libc) nebo [Windows][SWindows], založení složky **www** v umístění serveru, rozbalení instalace **HelpViewer** do této složky a spuštění serveru localhost:8080 v prohlížeči.
1111
4. Otevřete **index.html** v prohlížeči.
1212
5. Nastavte URL parametr **?d=X**, kde **X** bude cesta k ZIP souboru s nápovědou nebo bude končit **/**, pokud má být čten obsah adresáře.
1313
Pokud toto neuděláte, **./hlp/Help-{vybraný jazyk prohlížeče}.zip** bude určeno jako výchozí.

en/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ is a modern, portable and fast tool for viewing Markdown and HTML documentation
77
1. Try **HelpViewer** on [your repository][yourRepo].
88
2. Download the deployment package from <span id="linkhereI"></span> and unzip it.
99
3. For correct display, launch the browser without [CORS restrictions][bypassCORS]. Otherwise, you will see a page with message and have to manually select help and data files.
10-
Alternatively, if you don't want to interfere with CORS, is to download a local HTTP server for [Linux][SLinux] (Go/musl libc) or [Windows][SWindows], create a **www** folder in the server location, extract the **HelpViewer** installation into this folder, and start the server on localhost:8080 in your browser.
10+
Alternatively, if you don't want to interfere with CORS, is to download a local HTTP server for [Linux][SLinux] (static build under Go/musl libc) or [Windows][SWindows], create a **www** folder in the server location, extract the **HelpViewer** installation into this folder, and start the server on localhost:8080 in your browser.
1111
4. Open the **index.html** file in your browser.
1212
5. Set the URL parameter **?d=X**, where **X** is the path to your ZIP file or you can define path ending with **/** if you want to read a directory.
1313
If you skip this step, **./hlp/Help-{current language}.zip** will be used by default.

0 commit comments

Comments
 (0)