From 61815013cb32566631dac5f84bcd233a8488a31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Borbo=C3=ABn?= Date: Mon, 6 Aug 2018 09:05:16 +0200 Subject: Update README.md * punctuation added where missing; * capitalized first letter of sentences; * PR/Issue links. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') 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). -- cgit v1.2.3