diff --git a/README.md b/README.md
index 5625b6ec79f..8583e215a36 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ then your gonna need pnpm. there may be other ways to install snail ides depende
after you install pnpm, clone the snail ide gui with ``git clone https://github.com/snail-ide/snail-ide.github.io``.
then run ``pnpm i --shamefully-hoist``. after that, you can type ``npm start`` or ``pnpm start`` or ``yarn start`` if you have yarn.
if you want to use node 17+ , you'll have to add the enviroment variable `NODE_OPTIONS` with the content `--openssl-legacy-provider` before the start command.
+on linux/github codespaces you can do that by running the command `export NODE_OPTIONS=--openssl-legacy-provider`.
## License