Add the get.flox.dev install script to the install options - #57
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Some feedback from spec review today:
|
a58ed47 to
cf1b98e
Compare
51c87a6 to
7d553ce
Compare
Documents the curl|sh installer as a new "Install Script" tab on the install page, with verified sample transcripts, the existing-Nix behavior (nix profile install + Flox cache in nix.conf), sudo command preview, refused systems, and FLOX_CHANNEL/FLOX_VERSION pinning. Adds matching uninstall/troubleshooting tabs and mentions on the index and repo-install tutorial. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Per spec review, the install script now stops when it detects an existing Nix and links to the consolidated Nix tab instead of running nix profile install. Drop the nix-path accordion and the nix profile remove instructions from the install/uninstall/troubleshooting tabs, and point remaining links at the consolidated #nix anchor. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
cf1b98e to
76ea0ea
Compare
Promote the tab's bold pseudo-headings to ## headings so Mintlify's tab-aware "On this page" rail navigates the tab, matching the MacOS and Nix tabs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…adings Convert the bold pseudo-headings in the Debian, RPM, Container, and WSL 2 tabs to ## headings so every tab on the page gets Mintlify's tab-aware "On this page" navigation, completing the pattern started for the MacOS and Nix tabs. Bold titles inside accordions are left as-is (headings there don't reach the ToC). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
What
Adds the web-hosted install script (
curl -fsSL https://get.flox.dev | sh) to the documented install options.Changes
install-flox/install.mdx— new Install Script tab: the one-line command, how the script chooses an install method, a verified sample transcript (Ubuntu), the existing-Nix behavior (per spec review the script never installs through Nix — it stops and links to the Nix tab, and flox-installers#499 was updated to match), the sudo-preview behavior, refused systems, andFLOX_CHANNEL/FLOX_VERSIONpinning.install-flox/uninstall.mdxand the mirrored uninstaller block ininstall-flox/troubleshooting.mdx— matching Install Script tab that routes to the package-manager tabs.install-flox/troubleshooting.mdx— "Reporting issues" now lists the install script as an install method.index.mdx— the Get Started card leads with the one-line install.tutorials/installing-from-repo.mdx— intro note mentions the script as an automation alternative.The sample transcripts were derived line-by-line from the shipped
install.sh(flox-installers repo,feature/flox-install-sh), and every embedded version string uses a form the dailyupdate-flox-version.ymlsed rewrite matches, so the transcripts won't go stale.Spec review follow-ups (2026-08-05)
Open questions for spec review
<Note>doesn't apply cleanly to the script flow (the script verifies nothing itself on the deb path beyond apt; rpm imports the signing key). Left unchanged here; worth a follow-up.imageless-kubernetes/install/self-managed.mdxmentions only rpm/deb availability; optionally reword once the script is live.🤖 Generated with Claude Code