-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Clarify README build instructions, Automate RC-file specification #4264
base: master
Are you sure you want to change the base?
Conversation
README.md
Outdated
git clone https://github.com/jesseduffield/lazygit.git | ||
cd lazygit | ||
go install | ||
``` | ||
|
||
You can also use `go run main.go` to compile and run in one go (pun definitely intended) | ||
### Compile Emphemeral Binary |
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.
This should be four hashes cos it belongs to the above section
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.
one thing
ac6f09d
to
d9f4978
Compare
d9f4978
to
742c3c6
Compare
Indentation corrected per request. PR should be ready for merge |
@jesseduffield The change-request GH review comment appears to be unavailable to be marked as resolved. But PR is ready for merge. |
PR Description
Docs only change: N/A
go generate ./...
)Checks