From 9568cb57b5a6b1f647a631d955fdbeafdf797634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20=F0=9F=A6=84?= <43847817+codiflow@users.noreply.github.com> Date: Thu, 23 May 2024 22:31:55 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f8571a..f9a7905 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ docker run -v ${PWD}/:/pwd/ -it exalidraw-ui-build cp -r /frontend /pwd git checkout firebase-patch ``` -(Optional) Replace `localhost:3002` inside of `main.go` with your domain name if you want to use a reverse proxy +(Optional) Replace `localhost:3002` inside of `main.go` with your domain name if you want to use a reverse proxy (Optional) Change ip:port of Go webserver at the end of `main.go` if you want to customize it Compile the Go application: