From de96b8063ab4be3971ff37412d49f0d92dbd65b8 Mon Sep 17 00:00:00 2001 From: mbriamon <130667100+mbriamon@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:56:58 -0400 Subject: [PATCH] Update getting_started.rst The directory should be: OpenColorIO/share/docker. Instead of OpenColorIO/shared/docker. I wasn't able to fine /shared/docker. Signed-off-by: mbriamon <130667100+mbriamon@users.noreply.github.com> --- docs/guides/contributing/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/contributing/getting_started.rst b/docs/guides/contributing/getting_started.rst index 175fb79fb4..62ff9c4c9b 100644 --- a/docs/guides/contributing/getting_started.rst +++ b/docs/guides/contributing/getting_started.rst @@ -82,7 +82,7 @@ https://docs.docker.com/engine/docker-overview/ In order to run the Docker environment you will have to build it from the Dockerfile provided in the repo directory:: - OpenColorIO/shared/docker + OpenColorIO/share/docker Run this command in order to build the Docker image (aprox. 20min)::