我正在尝试在桌面上运行我的颤振应用程序hover
。
我运行了这个命令来安装悬停
go get -u github.com/go-flutter-desktop/hover
我已经安装了 GO,上面的命令完成了安装,没有任何错误,但是当我尝试使用命令“悬停”时,我收到以下错误。
The term 'hover' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1.
我知道这可能意味着我没有将它添加到我的路径中。如何将悬停添加到我的路径。我在安装目录中没有看到任何名为hover
.