Ver Fonte

Readme: Add preamble

Jakub Jirutka há 7 anos atrás
pai
commit
e88d4f2baf
1 ficheiros alterados com 5 adições e 1 exclusões
  1. 5 1
      README.adoc

+ 5 - 1
README.adoc

@@ -8,7 +8,11 @@ ifdef::env-github[]
 image:https://travis-ci.org/{gh-name}.svg?branch=master["Build Status", link="https://travis-ci.org/{gh-name}"]
 endif::env-github[]
 
-TODO
+This project provides a script for building customized https://alpinelinux.org/[Alpine Linux] rootfs (a base image if you like) for containers.
+It’s quite simple (250 LoC of shell), fast and requires minimum dependencies (just common Linux tools).
+
+TIP: Do you want to just quickly chroot into Alpine Linux, e.g. on CI?
+     Check out https://github.com/alpinelinux/alpine-chroot-install[alpine-chroot-install]!
 
 
 == Requirements