1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-09-16 09:16:26 +02:00

Add dev container feature as installation method to README (#4876)

### PR Description

Implements #4874
This commit is contained in:
Stefan Haller
2025-09-05 18:59:58 +02:00
committed by GitHub

View File

@@ -81,6 +81,7 @@ If you're a mere mortal like me and you're tired of hearing how powerful git is
- [Tutorials](#tutorials)
- [Installation](#installation)
- [Binary Releases](#binary-releases)
- [Dev container](#dev-container-feature)
- [Homebrew](#homebrew)
- [MacPorts](#macports)
- [Void Linux](#void-linux)
@@ -231,6 +232,10 @@ _Most of the above packages are maintained by third parties so be sure to vet th
For Windows, Mac OS(10.12+) or Linux, you can download a binary release [here](../../releases).
### Dev container feature
If you want to use lazygit in e.g. one of your GitHub Codespaces, there is a third-party [dev container feature](https://github.com/GeorgOfenbeck/features/tree/main/src/lazygit-linuxbinary) based on the binary releases mentioned above.
### Homebrew
It works with Linux, too.