mirror of
https://github.com/runbear-io/beardrive.git
synced 2026-08-25 08:08:08 +02:00
docs: one answer on Windows support — macOS and Linux only (BEA-77) (#126)
"Can my Windows teammate join?" got three answers from three official surfaces: README's feature list said macOS & Linux, its CLI table documented an HKCU Run entry on Windows, and the hub's Installation page named no OS at all. Windows autostart is real code that cannot run — internal/store's flock and internal/daemon's Kill/Setsid are unix-only, so GOOS=windows does not build. The fix is the docs, not the port: every Windows claim comes out of README, web/docs and `bdrive autostart`'s own help, and the Installation page gains one line naming the supported systems. No Go source is deleted; internal/autostart/autostart_windows.go stays compiled-but-dormant for whenever the port happens.
This commit is contained in:
@@ -71,6 +71,7 @@ export function ConnectGuide({ project, existing }: { project: Project; existing
|
||||
The agent installs the CLI, signs this machine in, and registers the sync hooks — asking
|
||||
before anything it changes.
|
||||
</p>
|
||||
<p className="gd-desc">Runs on macOS and Linux. Windows is not supported yet.</p>
|
||||
<details className="gd-manual">
|
||||
<summary>What exactly happens</summary>
|
||||
<ul className="gd-desc gd-list">
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>BearDrive</title>
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23f5a623'><rect x='4' y='4' width='5.6' height='24'/><rect x='11.2' y='4' width='14.4' height='11.2'/><rect x='11.2' y='16.8' width='16.8' height='11.2'/></svg>">
|
||||
<script type="module" crossorigin src="/assets/index-CM4CrIy-.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-xRtrzl4p.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-C62PcDae.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user