Build it with swift 5.5 or newer. See https://swift.org/getting-started/ for help getting it set up.
- Clone the project
- Run
swift package update
in the cloned directory - Run
swift build -c release
to build the binary. - Run the binary, you can get the build output path with
swift build -c release --show-bin-path
(usually./.build/release/speciesgenerator
)
Described by passing the -h|--help
flag when executing the binary.