README.adoc 880 B

1234567891011121314151617181920212223242526272829303132333435
  1. = Make Alpine Linux RootFS
  2. :script-name: alpine-make-rootfs
  3. :script-sha1: N/A
  4. :gh-name: jirutka/{script-name}
  5. :version: 0.0.0
  6. ifdef::env-github[]
  7. image:https://travis-ci.org/{gh-name}.svg?branch=master["Build Status", link="https://travis-ci.org/{gh-name}"]
  8. endif::env-github[]
  9. TODO
  10. == Requirements
  11. TODO
  12. == Usage
  13. Read documentation in link:{script-name}[{script-name}].
  14. See link:.travis.yml[.travis.yml] for Travis example.
  15. You can copy link:{script-name}[{script-name}] into your repository or download it on demand, e.g.:
  16. [source, sh, subs="+attributes"]
  17. wget https://raw.githubusercontent.com/{gh-name}/v{version}/{script-name} \
  18. && echo '{script-sha1} {script-name}' | sha1sum -c \
  19. || exit 1
  20. == License
  21. This project is licensed under http://opensource.org/licenses/MIT/[MIT License].
  22. For the full text of the license, see the link:LICENSE[LICENSE] file.