From d4c6d93c2634670a806f4c2c9ffe55f691cfc32a Mon Sep 17 00:00:00 2001 From: Anton Melser Date: Wed, 10 Dec 2025 15:15:08 +0800 Subject: [PATCH] docs: include 'standard' dev instructions --- README.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index f141417..19af239 100644 --- a/README.rst +++ b/README.rst @@ -26,18 +26,14 @@ Getting Started Prerequisites ============= -The `devstack`_ is currently recommended as a development environment for your -new MFE. If you start it with ``make dev.up.lms`` that should give you -everything you need as a companion to this frontend. - -Note that it is also possible to use `Tutor`_ to develop an MFE. You can refer +`Tutor`_ is currently recommended as a development environment for your +new MFE. Please refer to the `relevant tutor-mfe documentation`_ to get started using it. -.. _Devstack: https://github.com/openedx/devstack - .. _Tutor: https://github.com/overhangio/tutor -.. _relevant tutor-mfe documentation: https://github.com/overhangio/tutor-mfe#mfe-development +.. _relevant tutor-mfe documentation: https://github.com/overhangio/tutor-mfe?tab=readme-ov-file#mfe-development + Plugins =======