import React from "react"; import { PanelLeft } from "lucide-react"; export const DesktopAutoUpdateSteps = () => { return ( <>

To automatically download and install updates:

  1. Click the button in the top-left to open the sidebar
  2. Click Settings in the sidebar
  3. Click App
  4. Scroll down to the Updates section:
  5. Click Install & Restart to immediately relaunch goose Desktop and apply the update
    Note: If the app can't be automatically updated, you'll be prompted to manually install the downloaded version
); };