Skip to content

Commit

Permalink
fix :docs add docker-buildx installation step to requirements (#288)
Browse files Browse the repository at this point in the history
fix(docs): add docker-buildx plugin installation step to requirements

Signed-off-by: Priyanshu Thapliyal <[email protected]>
  • Loading branch information
Priyanshuthapliyal2005 authored Dec 18, 2024
1 parent 9ea5119 commit 95808b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ This should work on most Linux systems. You need to perform the following
setup:

- Install git
- Install Docker, and make sure that the current user is in the `docker` group.
- Install Docker (and ensure the current user is in the `docker` group) and the Docker Buildx plugin (required for building Docker images).
- Install jq
- (optionally) Install tmux -- this only needed if you want to use it.

On Ubuntu you can do this with:

sudo apt install git docker.io jq tmux
sudo apt install git docker.io jq tmux docker-buildx
sudo usermod -a -G docker $USER
newgrp docker

Expand Down

0 comments on commit 95808b1

Please sign in to comment.