Skip to content

Commit

Permalink
Merge pull request #77 from dawidd6/minimum-compose
Browse files Browse the repository at this point in the history
Mention requirements in README
  • Loading branch information
jesseduffield authored Jul 3, 2019
2 parents 275cd7c + 3b5e7f4 commit df536a7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,21 @@ What a headache!

Memorising docker commands is hard. Memorising aliases is slightly less hard. Keeping track of your containers across multiple terminal windows is near impossible. What if you had all the information you needed in one terminal window with every common command living one keypress away (and the ability to add custom commands as well). Lazydocker's goal is to make that dream a reality.

- [Requirements](https://github.com/jesseduffield/lazydocker#requirements)
- [Installation](https://github.com/jesseduffield/lazydocker#installation)
- [Usage](https://github.com/jesseduffield/lazydocker#usage),
[Keybindings](/docs/keybindings)
- [Usage](https://github.com/jesseduffield/lazydocker#usage)
- [Keybindings](/docs/keybindings)
- [Cool Features](https://github.com/jesseduffield/lazydocker#cool-features)
- [Contributing](https://github.com/jesseduffield/lazydocker#contributing)
- [Video Tutorial](https://youtu.be/NICqQPxwJWw)
- [Config Docs](/docs/Config.md)
- [Twitch Stream](https://www.twitch.tv/jesseduffield)

## Requirements

- Docker (most recent version is recommended)
- Docker-Compose >= **1.23.2** (optional)

## Installation

### Homebrew
Expand All @@ -48,7 +54,7 @@ curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/i

### Go

required go version: 1.12
Required Go version >= **1.8**

```sh
go get github.com/jesseduffield/lazydocker
Expand Down

0 comments on commit df536a7

Please sign in to comment.