wulkano / Aperture

Record the screen on macOS
MIT License
1.23k stars 111 forks source link

Add note about building the binary to the readme #74

Closed ianjennings closed 3 years ago

ianjennings commented 3 years ago

It took me a while to find the proper swift command because it was in the other repo.

sindresorhus commented 3 years ago

This is not correct. This repo is a pure Swift package. You cannot run it as a binary as it doesn't expose a CLI interface.

The CLI is at: https://github.com/wulkano/aperture-node/tree/main/Sources/ApertureCLI

sindresorhus commented 3 years ago

https://github.com/wulkano/Aperture/releases/tag/v1.0.0

ianjennings commented 3 years ago

Thanks @sindresorhus!