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] 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).