From c26c72bdcd254a552d0158a2119b7c4c1e052b2b Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Fri, 25 Oct 2024 10:58:36 -0500 Subject: [PATCH] [NEW] README: Added initial README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..14fc2d4 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Alpstrap +These are my scripts for brining up an Alpine system! + +## DEPENDENCIES +- A sane shell like GNU Bash +- BusyBox (for `ash`) +- GNU `make` +- GNU `install` (from coreutils) +- M4 +- GNU Autoconf + +You may need to install some Lua dependencies for building `apk`. If you feel +you've already installed them and it's still failing, double-check the Lua +version that `apk`'s build requires! + +## SEE ALSO +* Alpine's [wiki page on bootstrapping](https://wiki.alpinelinux.org/wiki/Bootstrapping_Alpine_Linux)