Нема описа

Jakub Jirutka d94c39e30e Prepare project пре 7 година
.editorconfig d94c39e30e Prepare project пре 7 година
LICENSE d94c39e30e Prepare project пре 7 година
Makefile d94c39e30e Prepare project пре 7 година
README.adoc d94c39e30e Prepare project пре 7 година

README.adoc

= Make Alpine Linux RootFS
:script-name: alpine-make-rootfs
:script-sha1: N/A
:gh-name: jirutka/{script-name}
:version: 0.0.0

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


== Requirements

TODO


== Usage

Read documentation in link:{script-name}[{script-name}].
See link:.travis.yml[.travis.yml] for Travis example.

You can copy link:{script-name}[{script-name}] into your repository or download it on demand, e.g.:

[source, sh, subs="+attributes"]
wget https://raw.githubusercontent.com/{gh-name}/v{version}/{script-name} \
&& echo '{script-sha1} {script-name}' | sha1sum -c \
|| exit 1


== License

This project is licensed under http://opensource.org/licenses/MIT/[MIT License].
For the full text of the license, see the link:LICENSE[LICENSE] file.