From e98ec4b47d2f23aa6ac9f49463c2ee01808815bc Mon Sep 17 00:00:00 2001 From: e-gugliotti-NOAA Date: Wed, 20 Mar 2024 10:25:35 -0400 Subject: [PATCH] small fix --- scripts/docker/quickstart-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker/quickstart-windows.md b/scripts/docker/quickstart-windows.md index a585f2e0c..5fd8eed74 100644 --- a/scripts/docker/quickstart-windows.md +++ b/scripts/docker/quickstart-windows.md @@ -43,7 +43,7 @@ Usage 1. Open Command Prompt and change to the model local directory. In this example we will be navigating to the simple directory under examples\admb\simple. - cd C:examples\admb\simple + cd C:\examples\admb\simple 2. Build simple.tpl into an Windows executable using the ADMB Docker Image for Windows and the mounted current local directory.