From 310b53db4ac9cf014fab8d1d09ca60429b722de9 Mon Sep 17 00:00:00 2001 From: Stephen Mather <1174901+smathermather@users.noreply.github.com> Date: Wed, 29 May 2024 13:57:16 -0400 Subject: [PATCH] Update README.md to reflect docker-compose change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc5d3c0a..4148c37b 100644 --- a/README.md +++ b/README.md @@ -507,7 +507,7 @@ These steps are for Google Cloud, but can also be used for Amazon AWS, and other 2. Open the SSH terminal - Google offers SSH via the website. 3. Run sudo apt-get update 4. Run sudo apt-get upgrade -5. Run sudo apt-get install docker-compose +5. Install [docker-compose](https://docs.docker.com/compose/install/). Do not install via apt for 24.04 onward. 6. Run sudo apt-get install python-pip 7. Run git clone https://github.com/OpenDroneMap/WebODM --config core.autocrlf=input --depth 1 8. cd WebODM (Linux is case sensitive)