Skip to content

Commit

Permalink
chore(deps): update air package location (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
astyled authored Jul 3, 2024
1 parent 8f1f9a8 commit b87da24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ It's unlikely that you'll need to build them from scratch, but it's possible.
### Install Go

Our codebase uses the [Go](https://go.dev/) programming language. With Go
installed, you will need to install [air](https://github.com/cosmtrek/air) by
running `go install github.com/cosmtrek/air@latest` if you want to use `run
installed, you will need to install [air](https://github.com/air-verse/air) by
running `go install github.com/air-verse/air@latest` if you want to use `run
watch` command.

### Install Sass
Expand Down
2 changes: 1 addition & 1 deletion tools/run
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ took() {
check() {
hint() {
case "$1" in
air) printf "Install it with 'go install github.com/cosmtrek/air@latest'.\n" ;;
air) printf "Install it with 'go install github.com/air-verse/air@latest'.\n" ;;
[bd]c) printf "Install 'bc' with your package manager.\n" ;;
go) printf "Install 'go' with your package manager.\n" ;;
git) printf "Install 'git' with your package manager.\n" ;;
Expand Down

0 comments on commit b87da24

Please sign in to comment.