[NEW] README: Added initial README
This commit is contained in:
parent
568f1598a7
commit
c26c72bdcd
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
|
@ -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)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue