From 80ad45df06ecb4d4ecd7f21cae5809e69c8a8136 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 15 Jul 2016 15:57:59 +0100 Subject: [PATCH] spell out that vector should not depend on the public net --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9b04910ce..58bea9d9ad 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,10 @@ stabilised. Until then, the two projects should basically be considered as a single unit. In particular, `matrix-react-sdk` issues are currently filed against `vector-web` in github. - +Please note that Vector is intended to run correctly without access to the public +internet. So please don't depend on resources (JS libs, CSS, images, fonts) +hosted by external CDNs or servers but instead please package all dependencies +into Vector itself. Setting up a dev environment ============================