You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: install CLI to ~/.local/bin without sudo
Drop the sudo-to-/usr/local/bin install path in favor of a userland
install at ~/.local/bin. The installer creates the dir, drops the
binary, and warns if ~/.local/bin isn't on PATH. README updated to
match and to use the curl | bash form.
* fix(upgrade): drop sudo prompt and warn about stale system binary
Address PR review feedback: the install script writes to ~/.local/bin
without sudo, so brev upgrade no longer gates on sudo and the prompt
text reflects the new location. After a direct upgrade we also detect
when the running binary lives in /usr/local/bin or /usr/bin (left over
from a pre-~/.local/bin install) and tell the user to remove it so
PATH resolution doesn't keep pinning them to the old version.
---------
Co-authored-by: Pratik Patel <pratpatel@nvidia.com>
0 commit comments