1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-05 00:59:19 +02:00

docs: Fix typos in README.md

This commit is contained in:
Moritz Haase
2022-03-15 08:07:25 +01:00
committed by Jesse Duffield
parent 2c7c99522b
commit eb182abf48

View File

@ -175,8 +175,8 @@ go install github.com/jesseduffield/lazygit@latest
Please note: Please note:
If you get an error claiming that lazygit cannot be found or is not defined, you If you get an error claiming that lazygit cannot be found or is not defined, you
may need to add `~/go/bin` to your \$PATH (MacOS/Linux), or `%HOME%\go\bin` may need to add `~/go/bin` to your \$PATH (MacOS/Linux), or `%HOME%\go\bin`
(Windows). Not to be mistaked for `C:\Go\bin` (which is for Go's own binaries, (Windows). Not to be mistaken for `C:\Go\bin` (which is for Go's own binaries,
not apps like Lazygit). not apps like lazygit).
### Chocolatey (Windows) ### Chocolatey (Windows)
@ -232,7 +232,7 @@ lg()
} }
``` ```
Then `source ~/.zshrc` and from now on when you call `lg` and exit you'll switch directories to whatever you were in inside lazyigt. To override this behaviour you can exit using `shift+Q` rather than just `q`. Then `source ~/.zshrc` and from now on when you call `lg` and exit you'll switch directories to whatever you were in inside lazygit. To override this behaviour you can exit using `shift+Q` rather than just `q`.
### Undo/Redo ### Undo/Redo