Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SETUP_WINDOWS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ wget https://raw.github.com/kura/vagrant-bash-completion/master/etc/bash_complet
# Install consul bash completion, note that this is built for Consul v0.4:
# https://github.com/nzroller/consul-bash-completion
wget https://raw.githubusercontent.com/nzroller/consul-bash-completion/master/consul \
-O `brew --prefix`/etc/bash_completion.d/consul
-O /etc/bash_completion.d/consul

# Close and reopen cygwin, use verify steps from Mac recommendations above