From 6581ab9941470337f867036aced7710aa37f9630 Mon Sep 17 00:00:00 2001
From: nmsderp <130254323+nmsderp@users.noreply.github.com>
Date: Mon, 11 Mar 2024 15:14:08 -0400
Subject: [PATCH 1/2] Fix
---
src/lib/libraries/extensions/index.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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',
From 2d3c3cfa091c7234b0910db3b869d2e30c504b65 Mon Sep 17 00:00:00 2001
From: nmsderp <130254323+nmsderp@users.noreply.github.com>
Date: Mon, 11 Mar 2024 15:16:23 -0400
Subject: [PATCH 2/2] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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