From 19c14ed0a2cec376359dff2d86a48615d78e9f4e Mon Sep 17 00:00:00 2001 From: someCatInTheWorld <162684669+someCatInTheWorld@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:50:38 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94abfc4cef2..470270e3f1e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Snail IDE: src/lib/default-project/592bae6f8bb9c8d88401b54ac431f7b6.svg is based ## Setup to run snail ide on your computer, you'll need nvm (node version manager).
type ``nvm install 16`` then ``nvm use 16`` in your terminal. (if your on windows, accept the uac prompts)
-if you want to use node 17+ , you'll have to add the enviroment variable `NODE_OPTIONS` with the content `--opennssl-legacy-provider` before the start command. +if you want to use node 17+ , you'll have to add the enviroment variable `NODE_OPTIONS` with the content `--opennssl-legacy-provider` before the start command.
then your gonna need pnpm. there may be other ways to install snail ides dependencies without pnpm, but right now you'll need it. you can install it by typing ``npm install -g pnpm``.
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.