Skip to content

Commit

Permalink
Fix script url
Browse files Browse the repository at this point in the history
  • Loading branch information
burritobill committed Sep 8, 2024
1 parent 6c713e5 commit 89b447a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The recommended command to setup a Culture Amp macbook for working with LDEs/dev

```bash
# install hotel cli
ruby -e "$(curl -fsSL https://github.com/cultureamp/devbox-extras/blob/main/scripts/github_auth.rb)"
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/cultureamp/devbox-extras/main/scripts/github_auth.rb)"

# use hotel to setup LDEs
hotel setup ensure
Expand Down

0 comments on commit 89b447a

Please sign in to comment.