From 6a291011c8e0c2dd913933346c6ed5aa0b44f230 Mon Sep 17 00:00:00 2001 From: Noah Date: Fri, 25 Aug 2023 09:08:05 -0400 Subject: [PATCH] docker docs --- docs/getting_started/docker.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/getting_started/docker.rst b/docs/getting_started/docker.rst index cea0e3d..d5e8d14 100644 --- a/docs/getting_started/docker.rst +++ b/docs/getting_started/docker.rst @@ -92,11 +92,14 @@ Here is a link for token_ information and creation_. **Clone the repository using git:** + .. code-block:: console + $ cd External_SSD $ git clone https://github.com/ncherric/Iliad.git $ cd Iliad + Now, there should be an ``./Iliad`` directory cloned into your ``/path/to/project/`` like such ``/path/to/project/Iliad/``. And your current working directory should be ``/path/to/project/Iliad/``.