From 40f16a40fc04471bc1183fb96d7abcebe6802d7a Mon Sep 17 00:00:00 2001 From: Bruno Windels <274386+bwindels@users.noreply.github.com> Date: Tue, 15 Nov 2022 09:52:06 +0000 Subject: [PATCH 1/2] Update README.md Fix #909 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c447024..336b5b53 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ You can run Hydrogen locally by the following commands in the terminal: Now point your browser to `http://localhost:3000`. If you prefer, you can also [use docker](doc/docker.md). +PS: You need nodejs, running yarn on top of any other js platform is not support. + # FAQ Some frequently asked questions are answered [here](doc/FAQ.md). From 2b218abda38cded949fa8c6d8701b0c1296227bc Mon Sep 17 00:00:00 2001 From: Bruno Windels <274386+bwindels@users.noreply.github.com> Date: Tue, 15 Nov 2022 09:52:34 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 336b5b53..a4c1529f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ You can run Hydrogen locally by the following commands in the terminal: Now point your browser to `http://localhost:3000`. If you prefer, you can also [use docker](doc/docker.md). -PS: You need nodejs, running yarn on top of any other js platform is not support. +PS: You need nodejs, running yarn on top of any other js platform is not supported. # FAQ