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

how to install #15

Open
bazziebaz opened this issue Sep 14, 2022 · 2 comments
Open

how to install #15

bazziebaz opened this issue Sep 14, 2022 · 2 comments

Comments

@bazziebaz
Copy link

I'm sorry, I'm a go newbie. How to install?
Do I need to do the git clone first? Does this need a special directory structure? github.com/whyrusleeping/ipfs-key?
From which directory to start the 'go get github.com/whyrusleeping/ipfs-key'?
Where does the ipfs-key appear?
I tried it all, no luck.

me@docklab:/github.com/whyrusleeping/ipfs-key$ go get github.com/whyrusleeping/ipfs-key
me@docklab:
/github.com/whyrusleeping/ipfs-key$ ls -l
total 28
-rw-rw-r-- 1 bas bas 1081 Sep 14 18:55 LICENSE
-rw-rw-r-- 1 bas bas 1627 Sep 14 18:55 README.md
-rw-rw-r-- 1 bas bas 1358 Sep 14 18:55 go.mod
-rw-rw-r-- 1 bas bas 10867 Sep 14 18:55 go.sum
-rw-rw-r-- 1 bas bas 2380 Sep 14 18:55 main.go

@koxon
Copy link

koxon commented Oct 6, 2022

You can try to run go main.go [parameters] it works.
The documentation install steps didn't work for me on Mac. Didn't work for anyone that tested.

@bazziebaz
Copy link
Author

Thanks for your reply. This seemed to build the ipfs-key:

go get
go install
go build

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