vugu / vgrun

Command line Vugu runner utility
MIT License
4 stars 3 forks source link

fix compile... #8

Closed gedw99 closed 1 year ago

gedw99 commented 1 year ago

this downloads and fixes vugurun.

@bradleypeabody

    go install github.com/oligot/go-mod-upgrade@latest
    rm -rf $(VUGU_RUN_REPO_NAME)
    git clone git@github.com:vugu/vgrun.git
    @echo $(VUGU_RUN_REPO_NAME) >> .gitignore

    cd $(VUGU_RUN_REPO_NAME) && go-mod-upgrade -f
    cd $(VUGU_RUN_REPO_NAME) && go mod tidy 
    cd $(VUGU_RUN_REPO_NAME) && go install .
bradleypeabody commented 1 year ago

Thanks and I just merged in the latest module updates, should be all good now.

gedw99 commented 1 year ago

:)

gedw99 commented 1 year ago

Maybe add a makefile that does this . I can OR one or add it to an issue if you want