From 8ac3e7c9eb6f294d895b144f506b7a2de19948ec Mon Sep 17 00:00:00 2001 From: Mingxi Wu Date: Sat, 7 Sep 2024 03:16:43 -0700 Subject: [PATCH] Update README.md --- demos/guru_scripts/docker/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demos/guru_scripts/docker/README.md b/demos/guru_scripts/docker/README.md index 7d69aaba..eb9c0144 100644 --- a/demos/guru_scripts/docker/README.md +++ b/demos/guru_scripts/docker/README.md @@ -69,7 +69,7 @@ Quick Start ================================ 1. Download docker image from https://dl.tigergraph.com/ 2. Download Dev license key from https://dl.tigergraph.com/, it's a text file containing the Dev license. -3. In Macbook command line (# starts a comment) type the following sequence of commands +3. In Macbook/Linux/Windows command line (# starts a comment) type the following sequence of commands docker load -i ./tigergraph-4.1.0-offline-docker-image.tar.gz docker images #find image id @@ -81,6 +81,7 @@ Quick Start gadmin status #should see all services are up. gsql #start the gsql shell. Congratulations, you have started tigergraph! + You are ready to go! Pull Pre-built TigerGraph Docker Image And Run It As A Server ================================================================