From 40db5134f146f776f7d2a493d1bc91efb61f280f Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 1 Apr 2016 13:48:58 -0700 Subject: [PATCH] Start of a doc --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ccec90c --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Iconograph + +Iconograph ("icon") is a system for building and deploying Linux system images. +It allows you to distribute your software intended to run on real hardware or +inside a container as a single unit with its system dependencies, and to roll +forward and backward in a secure, repeatable manner. + +## Setup + +```bash +sudo apt-get install --assume-yes git grub-pc xorriso squashfs-tools openssl python3-openssl debootstrap +git clone https://github.com/robot-tools/iconograph.git +cd iconograph +```