install.sh: Update for tap rename
This commit is contained in:
parent
89e0e0cf6a
commit
17f45d1592
3 changed files with 4 additions and 7 deletions
|
|
@ -347,7 +347,6 @@ install_d2_standalone() {
|
||||||
|
|
||||||
install_d2_brew() {
|
install_d2_brew() {
|
||||||
header "installing d2 with homebrew"
|
header "installing d2 with homebrew"
|
||||||
sh_c brew tap terrastruct/d2
|
|
||||||
sh_c brew update
|
sh_c brew update
|
||||||
sh_c brew install d2
|
sh_c brew install d2
|
||||||
}
|
}
|
||||||
|
|
@ -391,8 +390,8 @@ install_tala_standalone() {
|
||||||
|
|
||||||
install_tala_brew() {
|
install_tala_brew() {
|
||||||
header "installing tala with homebrew"
|
header "installing tala with homebrew"
|
||||||
sh_c brew tap terrastruct/d2
|
sh_c brew update
|
||||||
sh_c brew install tala
|
sh_c brew install terrastruct/tap/tala
|
||||||
}
|
}
|
||||||
|
|
||||||
uninstall() {
|
uninstall() {
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,6 @@ but that is coming soon. [#315](https://github.com/terrastruct/d2/issues/315)
|
||||||
If you're on macOS, you can install with `brew`.
|
If you're on macOS, you can install with `brew`.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
brew tap terrastruct/d2
|
|
||||||
brew install d2
|
brew install d2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -930,7 +930,6 @@ install_d2_standalone() {
|
||||||
|
|
||||||
install_d2_brew() {
|
install_d2_brew() {
|
||||||
header "installing d2 with homebrew"
|
header "installing d2 with homebrew"
|
||||||
sh_c brew tap terrastruct/d2
|
|
||||||
sh_c brew update
|
sh_c brew update
|
||||||
sh_c brew install d2
|
sh_c brew install d2
|
||||||
}
|
}
|
||||||
|
|
@ -974,8 +973,8 @@ install_tala_standalone() {
|
||||||
|
|
||||||
install_tala_brew() {
|
install_tala_brew() {
|
||||||
header "installing tala with homebrew"
|
header "installing tala with homebrew"
|
||||||
sh_c brew tap terrastruct/d2
|
sh_c brew update
|
||||||
sh_c brew install tala
|
sh_c brew install terrastruct/tap/tala
|
||||||
}
|
}
|
||||||
|
|
||||||
uninstall() {
|
uninstall() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue