diff --git a/README.md b/README.md index 45242c543db..faeda9fdc10 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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)
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 ``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 diff --git a/src/lib/libraries/extensions/index.jsx b/src/lib/libraries/extensions/index.jsx index b4225d73129..671b44db426 100644 --- a/src/lib/libraries/extensions/index.jsx +++ b/src/lib/libraries/extensions/index.jsx @@ -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',