﻿KernelHub for Windows -- START HERE / 从这里开始
==================================================

[EN] 1. Double-click  kernelhub-desktop.exe
        Your browser opens the KernelHub console at:

            http://127.0.0.1:18092

        No window will appear -- the console IS the browser page.
        If the browser does not open by itself, open that URL manually.
        Keep the process running while you use the console.
        Different port:  kernelhub-desktop.exe -port 18099
        No auto-open:    kernelhub-desktop.exe -no-open
        Which build:     kernelhub-desktop.exe --version

     2. Pair this machine with the KernelHub server (in your project folder):

            icloser.exe pair --api http://<server>:18091
            icloser.exe daemon install
            icloser.exe doctor

     3. Full guide: README.md (same folder)

--------------------------------------------------

[中文] 1. 双击  kernelhub-desktop.exe
          浏览器会自动打开本机管理台：

              http://127.0.0.1:18092

          它**不会弹出窗口** —— 管理台就是浏览器里那一页。
          浏览器没自己打开的话，手动把上面这个地址粘进去。
          用管理台期间这个进程要一直开着。
          换端口：  kernelhub-desktop.exe -port 18099
          不自动开：kernelhub-desktop.exe -no-open
          看版本：  kernelhub-desktop.exe --version

       2. 把这台机器接到 KernelHub 服务器（在项目目录里跑）：

              icloser.exe pair --api http://<server>:18091
              icloser.exe daemon install
              icloser.exe doctor

       3. 完整说明见同目录的 README.md

--------------------------------------------------

Bundled Go toolchain / 随包 Go 工具链
  If this package contains a  toolchains\go\  folder, run
  scripts\install.ps1 (or upgrade.ps1) once -- it copies that folder to
  %USERPROFILE%\.kernelhub\toolchains\go so tasks can run `go build`
  offline. Copying it by hand to any other location will NOT work:
  the lookup side only scans that one root.
  包里带了 toolchains\go\ 就跑一次 scripts\install.ps1，它会把这个目录
  copy 到 %USERPROFILE%\.kernelhub\toolchains\go。手工放到别处不算数 ——
  查找那一头只扫这一个根。

