From 68c6751145672756083f923b04eff69a09ff96e4 Mon Sep 17 00:00:00 2001 From: Oliver Stanley Date: Tue, 7 Feb 2023 12:55:59 +0000 Subject: [PATCH] Clarify what README Docker instructions are for (#1276) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7dccafec..90cef740 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,13 @@ directly helping to improve the capabilities of Open Assistant. ### Running Locally -If you are interested in taking a look at the current state of the project, you +**You do not need to run the project locally unless you are contributing to the +development process. The website link above will take you to the public website +where you can use the data collection app.** + +If you would like to run the data collection app locally for development, you can set up an entire stack needed to run **Open-Assistant**, including the -website, backend, and associated dependent services. +website, backend, and associated dependent services, with Docker. ##### To start the demo, run this in the root directory of the repository: