Skip to content

v0.4.1 β€” easier installs

Choose a tag to compare

@Gheat1 Gheat1 released this 19 Jul 20:01

v0.4.1 β€” easier installs

Two new ways to install tuistore, on top of uv tool install/pipx:

One-liner:

curl -fsSL https://raw.githubusercontent.com/Gheat1/tuistore/main/install.sh | sh

Homebrew:

brew install gheat1/tuistore/tuistore

tuistore update (and the app's manage menu) now detects a Homebrew-installed
copy and updates it with brew upgrade instead of creating a second, parallel
copy via uv/pipx.

See CHANGELOG.md
for details.