From 373451258c87b950f93c32540e43abb015265180 Mon Sep 17 00:00:00 2001 From: Dhaval Soneji Date: Tue, 23 Jun 2020 19:36:38 +0100 Subject: [PATCH] fix typo dokcer => docker --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index e657e04a..01f40d15 100644 --- a/docker/README.md +++ b/docker/README.md @@ -20,7 +20,7 @@ curl -sSL https://get.docker.com | sh It is recommended to use [docker-compose](https://docs.docker.com/compose/) to run pigallery2. ### I.0 Install docker-compose -Official dokcer-compose installation guide [here](https://docs.docker.com/compose/install/), +Official docker-compose installation guide [here](https://docs.docker.com/compose/install/), but this will most likely do the trick ([source](https://dev.to/rohansawant/installing-docker-and-docker-compose-on-the-raspberry-pi-in-5-simple-steps-3mgl)): Install dependencies: ```bash