Update README.md

This commit is contained in:
Dome
2025-03-27 20:34:45 +01:00
committed by GitHub
parent b7a3507f28
commit e7a809f087
+3 -1
View File
@@ -78,6 +78,8 @@ You can discuss matrix.to in
## Build Instructions ## Build Instructions
### Native build
1. Install [yarn](https://classic.yarnpkg.com/en/docs/install) 1. Install [yarn](https://classic.yarnpkg.com/en/docs/install)
1. `git clone https://github.com/matrix-org/matrix.to` 1. `git clone https://github.com/matrix-org/matrix.to`
1. `cd matrix.to` 1. `cd matrix.to`
@@ -85,7 +87,7 @@ You can discuss matrix.to in
1. `yarn start` 1. `yarn start`
1. Go to http://localhost:5000 in your browser 1. Go to http://localhost:5000 in your browser
## Build with docker compose ### Build with docker compose
``` ```
version: '3.8' version: '3.8'