Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 511 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 511 Bytes

Building the binary

./build.sh

Downloading the binary

You can download the latest binary from a release URL which doesn't change:

curl -sLo wrangler 'https://github.com/tbmatuka/wrangler-binary/releases/latest/download/wrangler'
chmod +x wrangler

Compression

The binary file is compressed because most users will prefer a smaller file which starts a bit slower. If you need the binary to be as fast as possible, you can decompress it:

gzexe -d wrangler
rm 'wrangler~'