From e7a809f087e36d44b8465659aee6c27e2d7efd62 Mon Sep 17 00:00:00 2001 From: Dome Date: Thu, 27 Mar 2025 20:34:45 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 205abbf..042bf50 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ You can discuss matrix.to in ## Build Instructions +### Native build + 1. Install [yarn](https://classic.yarnpkg.com/en/docs/install) 1. `git clone https://github.com/matrix-org/matrix.to` 1. `cd matrix.to` @@ -85,7 +87,7 @@ You can discuss matrix.to in 1. `yarn start` 1. Go to http://localhost:5000 in your browser -## Build with docker compose +### Build with docker compose ``` version: '3.8'