Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update air package location #312

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
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
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
Loading