Skip to content

Include cross-platform setup commands for Linux, Windows, and Intel macOS in README #48

Description

@Hamza1610

For local testup, the README.md instructions only provide the build command for macOS ARM (generate-macos-arm64.sh), while commands for other operating systems are omitted.

The scripts/ directory contains build scripts for multiple operating systems:

  • generate-linux.sh
  • generate-macos-arm64.sh
  • generate-macos-x86_64.sh
  • generate-windows.sh

However, the example snippet under Local Testing and Usage only demonstrates running generate-macos-arm64.sh. Developers working on Linux, Windows, or Intel Macs have to manually inspect the scripts/ folder to figure out which script to run for their OS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions