From 58a89ad18297ad70c9ce1a2716ded58fbe0a95d1 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Tue, 14 Nov 2017 22:49:13 +1000 Subject: [PATCH] docs: etcher-image-stream was moved to the main etcher repo (#1830) Signed-off-by: Sven Dowideit --- docs/ARCHITECTURE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index c824d096..cacfce70 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -47,9 +47,11 @@ to a raw device and the place where image validation resides. Its main purpose is to abstract the messy details of interacting with raw devices in all major operating systems. -- [Etcher Image Stream](https://github.com/resin-io-modules/etcher-image-stream) +- [Etcher Image Stream](../lib/image-stream) -The goal of this project is to convert any kind of input into a readable stream +> (Moved from a separate repository into the main Etcher codebase) + +This module converts any kind of input into a readable stream representing the image so it can be plugged to [etcher-image-write]. Inputs that this module might handle could be, for example: a simple image file, a URL to an image, a compressed image, an image inside a ZIP archive, etc. Together