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