summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNicolas Borboën <ponsfrilus@users.noreply.github.com>2018-08-06 09:05:16 +0200
committerGitHub <noreply@github.com>2018-08-06 09:05:16 +0200
commit61815013cb32566631dac5f84bcd233a8488a31b (patch)
treeb21da7dabf437773ac0b0f35a9f9cc862fa7c9c2 /README.md
parent9a3b565806689a35f1d330c233dbbc725bb7ebe8 (diff)
Update README.md
* punctuation added where missing; * capitalized first letter of sentences; * PR/Issue links.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9fdddb0a4..61ede7d09 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# lazygit
A simple terminal UI for git commands, written in Go with the [gocui](https://github.com/jroimartin/gocui "gocui") library.
-are YOU tired of typing every git command directly into the terminal, but you're too stubborn to use Sourcetree because you'll never forgive Atlassian for making Jira? This is the app for you!
+Are YOU tired of typing every git command directly into the terminal, but you're too stubborn to use Sourcetree because you'll never forgive Atlassian for making Jira? This is the app for you!
[Tutorial](https://www.youtube.com/watch?v=VDXvbHZYeKY)
@@ -10,11 +10,11 @@ are YOU tired of typing every git command directly into the terminal, but you're
## Installation
In a terminal call this command:
`go get github.com/jesseduffield/lazygit`
-(if you don't have Go installed, you can follow the installation guide [Here](https://golang.org/doc/install)
+(if you don't have Go installed, you can follow the installation guide [here](https://golang.org/doc/install).
-then just call `lazygit` in your terminal inside a git repository
+Then just call `lazygit` in your terminal inside a git repository.
-If you want, you can also add an alias for this with `echo "alias lg='lazygit'" >> ~/.zshrc` (or whichever rc file you're using)
+If you want, you can also add an alias for this with `echo "alias lg='lazygit'" >> ~/.zshrc` (or whichever rc file you're using).
## Cool features
- Adding files easily
@@ -31,4 +31,4 @@ If you want, you can also add an alias for this with `echo "alias lg='lazygit'"
![Viewing Commit Diffs](https://image.ibb.co/gPD02o/capture.png)
## Work in progress
-This is still a work in progress so there's still bugs to iron out and as this is my first project in Go the code could no doubt use an increase in quality, but I'll be improving on it whenever I find the time. If you have any feedback feel free to raise an issue/submit a PR.
+This is still a work in progress so there's still bugs to iron out and as this is my first project in Go the code could no doubt use an increase in quality, but I'll be improving on it whenever I find the time. If you have any feedback feel free to [raise an issue](https://github.com/jesseduffield/lazygit/issues)/[submit a PR](https://github.com/jesseduffield/lazygit/pulls).