Documentation icon indicating copy to clipboard operation
Documentation copied to clipboard

Documentation update recommendations: Quickstart

Open ReadThinkBuild opened this issue 8 months ago • 1 comments

Current text: In a terminal cd to where you just saved the compose file and then run:

Proposed update: To run Docker Compose in a terminal, follow these steps:

Open your terminal program (Command Prompt or PowerShell on Windows, Terminal on Mac or Linux) Navigate to the folder where you saved your compose file using the cd command. For example: cd C:\Users\YourName\Downloads or cd /home/username/downloads

Once you're in the correct folder, run this command:

ReadThinkBuild avatar Apr 19 '25 17:04 ReadThinkBuild

Hi @ReadThinkBuild! Can you create a PR for this? At the bottom of each page is an "Edit this page" link where you can propose your changes using a PR.

wborn avatar Jun 26 '25 14:06 wborn