Files
BrowserOS/docs/update/linux.mdx
Nikhil Sonti b3aa44c722 fix: move all docs images out of broken /images/ directory
Mintlify CDN serves 130-byte placeholder PNGs for all files in
docs/images/, making every image across the site broken. Images
co-located with MDX files (e.g. features/workflow/) use different
CDN upload paths and render correctly.

This moves all referenced images to co-located directories matching
their MDX files and removes the entire docs/images/ directory.
Also fixes the Slack link placeholder in troubleshooting page.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 21:18:27 -07:00

23 lines
667 B
Plaintext

---
title: "Update on Linux"
description: "How to update BrowserOS on Linux"
---
<Steps>
<Step title="Check for updates">
Click the **BrowserOS Feedback** extension (bug icon) in the toolbar, then click **Check for Updates**.
<Frame>
<img src="/update/check-for-updates.png" alt="BrowserOS Feedback extension showing Check for Updates button" />
</Frame>
</Step>
<Step title="Download the latest version">
Download the Linux build from [GitHub Releases](https://github.com/browseros-ai/BrowserOS/releases).
</Step>
<Step title="Install">
Extract and run the binary. Your settings and data will be preserved.
</Step>
</Steps>