From 29bc94dd8ec09b2a04f68bafbdeb037826556f18 Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Thu, 8 Apr 2021 17:23:19 +0200 Subject: [PATCH] pull command in docs --- website/docs/dev_build.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/dev_build.md b/website/docs/dev_build.md index 114c896f44..368388a1c0 100644 --- a/website/docs/dev_build.md +++ b/website/docs/dev_build.md @@ -69,6 +69,11 @@ sudo ./tools/docker_build.sh and you should have built OpenPype in `build` directory. It is using **Centos 7** as a base image. +You can pull the image: + +```sh +docker pull pypeclub/openpype:latest +``` #### Manual build To build OpenPype on Linux you wil need: