From b87da247df05c77233dd4a29182b44c725c3a77f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=B0=AA?= <42794343+astyled@users.noreply.github.com> Date: Wed, 3 Jul 2024 21:45:53 +0000 Subject: [PATCH] chore(deps): update air package location (#312) --- docs/contributing.md | 4 ++-- tools/run | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index a95acddb..aa9c81b9 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -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 diff --git a/tools/run b/tools/run index 59484f9c..9d887809 100755 --- a/tools/run +++ b/tools/run @@ -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" ;;