-
Notifications
You must be signed in to change notification settings - Fork 41
Rename and add more documentation #69
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
Conversation
| ```shell | ||
| $ cd /tmp | ||
| $ wget -O chantools.tar.gz https://github.com/guggero/chantools/releases/download/v0.10.7/chantools-linux-amd64-v0.10.7.tar.gz | ||
| $ wget -O chantools.tar.gz https://github.com/lightninglabs/chantools/releases/download/v0.11.2/chantools-linux-amd64-v0.11.2.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$ gh release download -p '*linux*' -p 'manifest-*'
will download the latest release if the user has gh installed. If wanting to avoid new binaries could use: https://gist.github.com/steinwaywhw/a4cd19cda655b8249d908261a62687f8 though it might be outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a note to the version in the cmd/chantools/root.go file that we don't forget to update this string. Probably easier than assuming what tools the user has installed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
I tested building and running a release.
I pushed a fixup commit to add doublespendinputs to the readme as well sputn1ck@04c425b
Thanks, I applied that fixup commit! |
As a preparation for making the tool part of the Lightning Labs tool suite, we rename the Golang module and all import paths.
To help users find out what commands they need to run we also update the README with more information.