From bdb9fae57d0d4866e45460360498db0a9b22aa93 Mon Sep 17 00:00:00 2001 From: Aniket-Engg Date: Tue, 26 Oct 2021 14:38:17 +0530 Subject: [PATCH] readme updated for offline usage --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 177d49bc8d..57cf2b34b4 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ For desktop version, see releases: [https://github.com/ethereum/remix-desktop/re ## Offline Usage -The `master` branch has always the latest stable build of Remix. It also contains a ZIP file with the entire build. Download it to use offline. +The `gh-pages` branch of [remix-live](https://github.com/ethereum/remix-live) always has the latest stable build of Remix. It contains a ZIP file with the entire build. Download it to use offline. -Note: It contains the latest release of Solidity available at the time of the packaging. No other compiler versions are supported. +Note: It contains the latest supported version of Solidity available at the time of the packaging. Other compiler versions can be used online only. ## Setup