mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-10 20:40:56 +00:00
This commit adds documentation for the installation and setup of the following CLI tools: - Jules CLI - Cursor CLI - Firebase CLI - Docker CLI - GitHub CLI The documentation is located in the `docs` directory.
753 B
753 B
Docker CLI Setup
Installation
The Docker command-line interface (CLI) is included with Docker Desktop. To install it, you need to install Docker Desktop for your operating system.
Please refer to the official documentation for detailed installation instructions:
- Windows: Install Docker Desktop on Windows
- macOS: Install Docker Desktop on Mac
- Linux: Install Docker Desktop on Linux
After installation, the docker command will be available in your terminal. You can verify the installation by running:
docker --version