Skip to content

Commit

Permalink
Update README.md to reflect docker-compose change
Browse files Browse the repository at this point in the history
  • Loading branch information
smathermather committed May 29, 2024
1 parent 4f4c1da commit 310b53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 310b53d

Please sign in to comment.