Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ub.io into develop
  • Loading branch information
someCatInTheWorld committed Mar 11, 2024
2 parents a7fd0a8 + 2d3c3cf commit d3ab422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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>
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 ``yarn start`` if you have yarn.
then run ``pnpm i --shamefully-hoist``. after that, you can type ``npm start`` or ``pnpm start`` or ``yarn start`` if you have yarn.

## License

Expand Down
2 changes: 1 addition & 1 deletion src/lib/libraries/extensions/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ const menuItems = [
{
name: 'ISS',
snailExt: true,
extensionId: '/iss.js',
extensionId: 'https://snail-ide.js.org/iss.js',
iconURL: issIcon,
tags: ['penguinmod'],
description: 'Get the latitude and longitude of the International Space Station',
Expand Down

0 comments on commit d3ab422

Please sign in to comment.