docs: cross-platform install instructions in README #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/install-instructions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Adds an Install section to the README covering Windows, macOS, and Linux, written for someone with no dev tools installed.
Split by what the reader actually has:
xattr -dr com.apple.quarantinefix for "app is damaged", andchmod +x/apt install ./file.debon Linux.wingeton Windows,brew+xcode-selecton macOS,apt/dnf/pacman+nvmon Linux), with manual download links kept as a collapsed fallback. Then a verify step, the three build commands, and a table of where the installer lands.The old
Develop / buildsection is trimmed to just the dev loop and points at Part 2 for prereqs. The end-user walkthrough (nowUsing it) links to Install rather than repeating it.Notes
libwebkit2gtk-4.1-devetc.), theRustlang.Rustupwinget ID, andrustup default stable-msvccome from Tauri's current v2 prerequisites docs.--override "--add Microsoft.VisualStudio.Workload.VCTools --includeRecommended"flags are not from the Tauri docs (they only document the GUI installer) — standard MS workload flags, worth confirming on the Windows box at next build.bundle.targetsis"all"and there's no platform-specific code, so it builds, but nobody runs it there..dmgwon't run on an Intel Mac.Test plan
<details>blocks, table).wingetblock installs a working toolchain andnpm run tauri buildproduces the NSIS installer.Docs only — no code, no tests affected.