Skip to content

Releases: junebash/WhatProgress

WhatProgress v0.1.0

19 Dec 15:50

Choose a tag to compare

WhatProgress v0.1.0

Installation

macOS

# For Apple Silicon (M1/M2/M3):
curl -L https://github.com/junebash/WhatProgress/releases/download/v0.1.0/whatprogress-macos-arm64.tar.gz | tar xz
sudo mv WhatProgress /usr/local/bin/whatprogress

# For Intel:
curl -L https://github.com/junebash/WhatProgress/releases/download/v0.1.0/whatprogress-macos-x86_64.tar.gz | tar xz
sudo mv WhatProgress /usr/local/bin/whatprogress

Linux

curl -L https://github.com/junebash/WhatProgress/releases/download/v0.1.0/whatprogress-linux-x86_64.tar.gz | tar xz
sudo mv WhatProgress /usr/local/bin/whatprogress