1234567891011121314151617181920212223242526272829303132333435 |
- = 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.
|