Release 0.2.2
What's Changed
Release 0.2.2 of Copima CLI Crawler
Downloads
| Platform | Architecture | Download |
|---|---|---|
| Windows | x64 | copima-cli-windows.exe |
| macOS | Intel (x64) | copima-cli-macos-x64 |
| macOS | Apple Silicon (ARM64) | copima-cli-macos-arm64 |
Installation
Windows
# Download and run
curl -L -o copima-cli.exe https://github.com/pdiegmann/copima-cli-crawler/releases/download/v0.2.2/copima-cli-windows.exe
./copima-cli.exe --helpmacOS
# Intel Macs
curl -L -o copima-cli https://github.com/pdiegmann/copima-cli-crawler/releases/download/v0.2.2/copima-cli-macos-x64
chmod +x copima-cli
./copima-cli --help
# Apple Silicon Macs
curl -L -o copima-cli https://github.com/pdiegmann/copima-cli-crawler/releases/download/v0.2.2/copima-cli-macos-arm64
chmod +x copima-cli
./copima-cli --helpVerification
You can verify the integrity of the downloads using the checksums provided in the checksums.txt file.