From 2735906d5ec8bffce471f7bdd11032af16e8369c Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Thu, 30 Jan 2025 14:45:24 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d766ba6..d264e02 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,8 @@ You can now access localhost:OUTBOUND_PORT > - If you're going to use another IP that isn't localhost, add it to `DJANGO_ALLOWED_HOSTS`, without `http://` -## Building from source -Features are only added to main when ready, if you want to run the latest version, you must build from source. +## Latest changes +Features are only added to `main` when ready, if you want to run the latest version, you must build from source or use the `:nightly` tag on docker. Keep in mind that there can be undocumented breaking changes. All the required Dockerfiles are [here](https://github.com/eitchtee/WYGIWYH/tree/main/docker/prod).