From 736f0f945582f9b465736d03ef554dc604b655fa Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 31 Aug 2016 17:50:01 +0100 Subject: [PATCH] Document offline usage --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb33d9297b..1a66d7073f 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ it will always deliver the latest version. ## Offline Usage -Full offline usage is currently not supported because the compiler is always -loaded via HTTP. If you clone/download the repository, use the -`gh-pages` branch (otherwise you still have to build the application). +The `gh-pages` branch always has the latest stable build of Browser-Solidity. It also contains a ZIP file with the entire build. Download it to use offline. + +Note: it contains the latest nightly build of Solidity available at the time of the packaging. No other compiler versions are supported. ## Building