diff --git a/README.md b/README.md index a09e596..941a21c 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ .local/share/tutor/env/build/openedx/Dockerfile -Add these lines at the end of the pathing +Add these lines at the end of the patching ``` # Fix py2eno install issue -RUN curl https://gitea.imust.org/bfe/tutor-patches/raw/commit/180886d7ee51c29c5ad3aeac716262bb80e995da/py2neo-fix.patch | git apply - +RUN curl https://gitea.imust.org/Public/tutor-patches/raw/commit/180886d7ee51c29c5ad3aeac716262bb80e995da/py2neo-fix.patch | git apply - ```