gitupdate icon indicating copy to clipboard operation
gitupdate copied to clipboard

gitupdate not found after install in ubuntu

Open verajosemanuel opened this issue 4 years ago • 0 comments

Steps to Reproduce:

  1. check ig go is installed
 sudo apt install golang-go
[sudo] password for joe:
Reading package lists... Done
Building dependency tree
Reading state information... Done
golang-go is already the newest version (2:1.13~1ubuntu2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  1. install gitupdate go get -u github.com/nikitavoloboev/gitupdate

  2. go to git project folder and execute

cd ~/.projectfiles
gitupdate .
gitupdate: command not found

verajosemanuel avatar Aug 02 '21 11:08 verajosemanuel