From 4aa0e297818f493fe525a76ce69f17ae74f24559 Mon Sep 17 00:00:00 2001 From: Theproccy <61127796+Theproccy@users.noreply.github.com> Date: Sat, 30 Sep 2023 11:40:21 +0000 Subject: [PATCH] Update installation.rst change to include new docker formatting standard as of July 2023 https://docs.docker.com/compose/migrate/ --- source/installation.rst | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/source/installation.rst b/source/installation.rst index aa5b9da77..8168b4daf 100644 --- a/source/installation.rst +++ b/source/installation.rst @@ -366,26 +366,14 @@ In addition to the three programs above, the dockercompose script is also needed .. code:: bash - $ docker-compose --version + $ docker compose --version You should see somethings similar to the following: .. code:: bash - docker-compose version 1.22.0, build f46880f + docker compose version 24.0.5, build ced0996600 -If instead you get something similar to the following: - -.. code:: bash - - docker-compose: command not found - -you can install it by using pip: - -.. code:: bash - - $ sudo pip install docker-compose - Step 3. Download and Launch WebODM ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^