From 8d19721640dedbbcf6f98b403ce560aa0f728851 Mon Sep 17 00:00:00 2001 From: tgt Date: Mon, 25 Dec 2023 00:41:47 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb721df2..e70f9479 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ An entirely local browser "OS" and development environment with complete graphic > [!NOTE] > Due to numerous issues with Firefox's implementation of certain web standards, it is not supported on Anura. > Please use a chromium-based browser or you will have a significantly diminished user experience +> Safari is also fully compatible, as long as you have MacOS Sonoma, or iPadOS/iOS 17 or later. Anura uses the features of a progressive-web-app to make its environment work fully offline, providing a virtual filesystem (synced with the linux emulator), a code editor, and a modular and extensible app system. You can even edit Anura's code live while inside of it! From a8d613af94fefee5bef9e1f975697dba386ac47f Mon Sep 17 00:00:00 2001 From: tgt Date: Mon, 25 Dec 2023 00:42:23 -0500 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 e70f9479..9dd5a7ec 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ An entirely local browser "OS" and development environment with complete graphic > [!NOTE] > Due to numerous issues with Firefox's implementation of certain web standards, it is not supported on Anura. -> Please use a chromium-based browser or you will have a significantly diminished user experience +> Please use a chromium-based browser or you will have a significantly diminished user experience. > Safari is also fully compatible, as long as you have MacOS Sonoma, or iPadOS/iOS 17 or later. Anura uses the features of a progressive-web-app to make its environment work fully offline, providing a virtual filesystem (synced with the linux emulator), a code editor, and a modular and extensible app system. You can even edit Anura's code live while inside of it!