120 Commits
Author SHA1 Message Date
Moritz HaaseandJesse Duffield 08ee3309cb docs: Let 'Tag' badge in README.md link to Github 'Releases' page
Clicking the badge that shows the current tag (i.e. release) will now direct you
to the 'Releases' page.
2022-03-16 20:44:49 +11:00
Moritz HaaseandJesse Duffield 7544d853fc docs: Remove 'GolangCI' badge from README.md
The service has apparently closed down some time ago.

See: https://medium.com/golangci/golangci-com-is-closing-d1fc1bd30e0e
2022-03-16 20:44:49 +11:00
Moritz HaaseandJesse Duffield 75e654634f docs: Update link to GoDoc in README.md to use HTTPS instead of HTTP 2022-03-15 19:42:23 +11:00
Moritz HaaseandJesse Duffield c9f1a40ffa docs: Minor formatting fixes for README.md
Running 'mdformat' on README.md adds and removes a few line breaks to improve
readability. Also, '$' doesn't need to be escaped.
2022-03-15 19:42:23 +11:00
Moritz HaaseandJesse Duffield eb182abf48 docs: Fix typos in README.md 2022-03-15 19:42:23 +11:00
Jing MiandJesse Duffield 15ca38ba2e Update README.md
Use `go install` instead of `go get` to install as `$GOPATH/bin/lazygit`, since using `go get` to install binary is deprecated
2022-01-31 08:59:55 +11:00
justinsbandJesse Duffield 630de34bf2 Use "reword" for amending a commit message everywhere
We were inconsistent about "rename" vs "reword" for commits.  reword
is the term used in git itself (for example, in rebase).
2021-12-25 22:34:41 +11:00
Tsvetomir BonevandJesse Duffield fca2f90f57 chore: add funtoo linux instructions 2021-12-25 22:26:46 +11:00
alextrasteroandJesse Duffield 28cdcddb0a Update README.md
add a link to ubuntu installation instructions
2021-12-01 18:00:50 +11:00
Jesse DuffieldandGitHub bd67bba751 Update README.md 2021-09-25 13:14:26 +10:00
Dawid DziurlaandGitHub 6ccf58c224 README: deprecate Ubuntu PPA 2021-05-07 00:06:38 +02:00
Emiliano Ruiz CarlettiandJesse Duffield b69fc19b35 fix broken link to old AUR package 2021-04-07 08:51:07 +10:00
Jesse DuffieldandGitHub 96a9df04ed Update README.md 2021-04-01 20:56:04 +11:00
Nils AndresenandJesse Duffield 1dea988cd6 Added a reference to chocolatey in README
and also added a simple overview of documentation under docs/README.md
2020-11-21 14:14:40 +11:00
Jaime GomesandJesse Duffield 4e1d3e45a3 add minimum macos version 10.10 to the README 2020-11-18 08:36:50 +11:00
Jesse DuffieldandGitHub 7ddb916a18 Update README.md 2020-10-02 06:46:51 +10:00
Jesse DuffieldandGitHub 628abc412e Update README.md 2020-09-27 10:36:18 +10:00
Jesse Duffield 21d4e46bf1 point to assets branch 2020-09-27 10:31:53 +10:00
Jesse DuffieldandGitHub becd4cc3c0 Update README.md 2020-09-27 09:58:49 +10:00
Jesse DuffieldandGitHub 0c6cbe7746 Update README.md 2020-09-26 10:57:04 +10:00
Jesse DuffieldandGitHub 3bdfb2875f Update README.md 2020-09-26 10:56:22 +10:00
mjarkkandJesse Duffield b211a14a66 Add GitUI to alternatives in readme 2020-08-23 14:05:55 +10:00
Jesse DuffieldandGitHub a3d1455c83 Update README.md 2020-08-22 20:46:00 +10:00
Gadzhi KharkharovandJesse Duffield 0e65db10d8 add solus linux installation info 2020-07-18 19:48:05 +10:00
Glenn VriesmanandJesse Duffield 10fa119ab3 fix: fixed readme link
Signed-off-by: Glenn Vriesman <glenn.vriesman@gmail.com>
2020-04-27 19:14:43 +10:00
Lars EandJesse Duffield 42d21c4bb6 Add FreeBSD installation instructions 2020-04-22 19:51:01 +10:00
Francisco MiamotoandJesse Duffield 320e2a6536 fix links on toc 2020-03-27 09:14:04 +11:00
SemroandGitHub 6420068569 Fix link in README 2020-03-26 18:46:26 +03:00
Jesse DuffieldandGitHub ca71555d0b Update README.md 2020-03-26 19:10:49 +11:00
Jesse DuffieldandGitHub 8301fae01e Update README.md 2020-03-26 19:04:48 +11:00
Francisco MiamotoandJesse Duffield 8f13d1da91 change binary releases order 2020-03-26 18:32:38 +11:00
Francisco MiamotoandJesse Duffield d5fe9ce2c7 add table of contents to readme 2020-03-26 18:32:38 +11:00
Jesse DuffieldandGitHub 569ec5919c Update README.md 2020-03-26 09:14:14 +11:00
Jesse DuffieldandGitHub 3d51fbf354 Update README.md 2020-03-25 20:32:44 +11:00
J. B. RainsbergerandJesse Duffield a15a7b607d Made the humor more concise and clear. 2020-03-25 09:18:25 +11:00
J. B. RainsbergerandJesse Duffield d50283f5ee improved spelling 2020-03-25 09:18:25 +11:00
J. B. RainsbergerandJesse Duffield 6508d3b872 inject more humor into the README 2020-03-25 09:18:25 +11:00
J. B. RainsbergerandJesse Duffield 65b8cef1b8 Fixed an incorrect criticism of git in the README.
It's true that parts of git are genuinely difficult to use, so
we don't need to overstate that difficulty in order to state the
value proposition of lazygit. If `git add -p` can't split a hunk
any further, one is not _completely_ stuck, but one does need to
edit the hunk in a way that, after years, I still need a few
attempts to get right. The fact that many otherwise-experienced
git users don't even know that one can do that is itself a
testament to the UX problems that lazygit is trying to address.
2020-03-25 09:18:25 +11:00
Dawid DziurlaandJesse Duffield 91f6630907 README: remove codecov badge 2020-03-22 21:32:06 +11:00
Dawid DziurlaandJesse Duffield 31823a7405 Modify CI badge in README 2020-03-21 12:55:44 +11:00
Jesse DuffieldandGitHub 1cd7d14029 Update README.md 2020-03-04 00:11:32 +11:00
Patrick DeVivoandJesse Duffield e223d3d8de Add TODOs badge to README
Closes #685
2020-03-02 22:39:19 +11:00
William Wagner Moraes ArteroandJesse Duffield ec31fc4cc7 docs: moved services conf docs to config.md 2020-03-01 10:57:12 +11:00
William Wagner Moraes ArteroandJesse Duffield 6f4c595dde docs: configuration and pull request services' settings 2020-03-01 10:57:12 +11:00
Maurice de BruynandGitHub 3fc22a6010 Add scoop install option to README.
Adds the install option scoop on Windows to the README.
2020-02-27 18:12:23 +01:00
Dawid Dziurla ed020e18a0 README: drop ubuntu daily 2020-01-06 15:26:29 +01:00
Dawid Dziurla 5bb9900220 README: update ubuntu info 2020-01-03 14:49:51 +01:00
Artem PolishchukandDawid Dziurla 873fe41ab3 Fedora installation instructions 2019-12-13 11:19:42 +01:00
Lothar Haeger 5f769da74d Readme: add MacPorts install source 2019-11-17 08:08:04 +01:00
Dawid DziurlaandGitHub 99ece6fc35 README: fix typo
https://github.com/jesseduffield/lazygit/commit/945fccd211aac07e6813d3f30173390b26954404
2019-11-12 23:42:57 +01:00