Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
someCatInTheWorld authored Mar 12, 2024
1 parent 3f6aa12 commit 19c14ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).<br>
type ``nvm install 16`` then ``nvm use 16`` in your terminal. (if your on windows, accept the uac prompts)<br>
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.<br/>
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``. <br>
after you install pnpm, clone the snail ide gui with ``git clone https://github.com/snail-ide/snail-ide.github.io``.<br>
then run ``pnpm i --shamefully-hoist``. after that, you can type ``npm start`` or ``pnpm start`` or ``yarn start`` if you have yarn.
Expand Down

0 comments on commit 19c14ed

Please sign in to comment.