Skip to content

Commit

Permalink
Mention how to install new tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Dec 31, 2023
1 parent 02495a1 commit d557b97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/fyne/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import (
)

func main() {
fmt.Println("NOTE: This tool is deprecated. Install fyne.io/tools/cmd/fyne for the latest version.")
fmt.Println("NOTE: This tool is deprecated and has migrated to fyne.io/tools/cmd/fyne.")
fmt.Println("The new tool can be installed by running the following command:\n\tgo install fyne.io/tools/cmd/fyne@latest")

app := &cli.App{
Name: "fyne",
Expand Down

0 comments on commit d557b97

Please sign in to comment.