Welcome to the update guide! Here's how to keep your system up-to-date:

  1. Check for Updates
    Use the command below to check available updates:

    sudo apt update && sudo apt upgrade -y
    
    magnifying_glass
  2. Download New Version
    Navigate to the release page and download the latest package:
    Download Latest Release

    download_arrow
  3. Install Updates
    Follow the installation instructions for your platform:

    • Linux: sudo dpkg -i package_name.deb
    • macOS: brew install package_name
    • Windows: Run the installer executable
    gear_installation
  4. Verify Installation
    Confirm the update was successful by checking the version:

    package_name --version
    
    checkmark_verification

📌 Tip: Always backup your data before performing updates.
For detailed steps, see our official documentation.