Skip to content

Commit

Permalink
#24: Updated instructions for installing docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmeacham committed Aug 30, 2024
1 parent 4f9bff9 commit 28ee00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Pre-requisites

You will need `git`, `git-lfs`, `docker` and `docker-compose`. See below for
You will need `git`, `git-lfs`, `docker.io` and `docker-compose-v2`. See below for
more detail.

## Quick Start
Expand Down Expand Up @@ -96,7 +96,7 @@ Many Linux distributions already have Docker installed. The following command
has been tested in `apt` based systems such as Ubuntu. To install Docker:

```shell
sudo apt-get install docker docker-compose
sudo apt-get install docker.io docker-compose-v2
```

## Docker Concepts
Expand Down

0 comments on commit 28ee00f

Please sign in to comment.