Skip to content

Release 0.2.2

Choose a tag to compare

@phldgmn phldgmn released this 19 Oct 22:55
· 42 commits to main since this release
c45f7a8

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 --help

macOS

# 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 --help

Verification

You can verify the integrity of the downloads using the checksums provided in the checksums.txt file.