From c74a829ae4320d68940457271c909fc4c586d1e4 Mon Sep 17 00:00:00 2001 From: Prathap <436prathap@gmail.com> Date: Fri, 26 Mar 2021 22:52:17 +0530 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1e23b70c..ad808d58 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ If you find this interesting, come and discuss on [`#hydrogen:matrix.org`](https Hydrogen is deployed to [hydrogen.element.io](https://hydrogen.element.io). You can run it locally `yarn install` (only the first time) and `yarn start` in the terminal, and point your browser to `http://localhost:3000`. If you prefer, you can also [use docker](doc/docker.md). +## For Windows Users + +For security reasons, it is better to invoke the command prompt as administrator before running `yarn install`. It is due to the different behavior of [symlinks in windows](https://github.com/git-for-windows/git/wiki/Symbolic-Links). + # FAQ Some frequently asked questions are answered [here](doc/FAQ.md).