Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation instructions don't work #8

Open
atsaloli opened this issue Dec 7, 2022 · 1 comment
Open

Installation instructions don't work #8

atsaloli opened this issue Dec 7, 2022 · 1 comment

Comments

@atsaloli
Copy link

atsaloli commented Dec 7, 2022

Instructions for installing from source don't work with go version go1.18.4 linux/amd64:

[:~] $   go get -u github.com/strang1ato/tibivi
go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
[:~] 1 $

I tried using go install but ran into another issue:

[:~] $ go install github.com/strang1ato/tibivi@latest
go: downloading github.com/strang1ato/tibivi v1.0.2
go: github.com/strang1ato/tibivi@latest: github.com/strang1ato/tibivi@v1.0.2: parsing go.mod:
        module declares its path as: github.com/oltarzewskik/tibivi
                but was required as: github.com/strang1ato/tibivi
[:~] 1 $

This seems related to 6e29ae1

I was able to install with the old username:

[:~] 1 $ go install github.com/oltarzewskik/tibivi@latest
go: downloading github.com/oltarzewskik/tibivi v1.0.2
go: downloading github.com/oltarzewskik/tibivi-gocui v0.0.1
go: downloading github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
go: downloading github.com/mattn/go-runewidth v0.0.9
[:~] $
@strang1ato
Copy link
Owner

Fixed @atsaloli , now you can install tibivi via go.1.18 by: go install github.com/strang1ato/tibivi@latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants