docs: etcher-image-stream was moved to the main etcher repo (#1830)

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2017-11-14 22:49:13 +10:00 committed by Jonas Hermsmeier
parent e815d97265
commit 58a89ad182

View File

@ -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