Skip to content

Commit f431b52

Browse files
committed
Added caveat
1 parent b966a61 commit f431b52

File tree

1 file changed

+4
-0
lines changed
  • contrib/builder/homebrew

1 file changed

+4
-0
lines changed

contrib/builder/homebrew/scw.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ def install
2626
zsh_completion.install "contrib/completion/zsh/_scw"
2727
end
2828

29+
def caveats
30+
"Use `scw login` to set up the correct environment to use scaleway-cli."
31+
end
32+
2933
test do
3034
output = shell_output(bin/"scw version")
3135
assert output.include? "OS/Arch (client): darwin/amd64"

0 commit comments

Comments
 (0)