Skip to content

Commit cf60a5d

Browse files
committed
Added caveat
1 parent 4a42ac3 commit cf60a5d

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
@@ -46,6 +46,10 @@ def install
4646
zsh_completion.install "contrib/completion/zsh/_scw"
4747
end
4848

49+
def caveats
50+
"Use `scw login` to set up the correct environment to use scaleway-cli."
51+
end
52+
4953
test do
5054
output = shell_output(bin/"scw version")
5155
assert output.include? "OS/Arch (client): darwin/amd64"

0 commit comments

Comments
 (0)