Doc update

This commit is contained in:
Jason Swank 2023-03-29 10:29:20 -04:00
parent 36af238d72
commit 97c62cd8de

View File

@ -4,6 +4,7 @@ A minimal image for running Linux CLI utilities - shell scripts and similar.
This is useful for both interactive purposes or as the basis for other utility This is useful for both interactive purposes or as the basis for other utility
images. images.
## Quickstart ## Quickstart
```console ```console
@ -16,6 +17,7 @@ $ bin/cli
exit exit
``` ```
## More Info ## More Info
The image is based on *alpine:edge*, with a small amount of additional setup/installation done. See The image is based on *alpine:edge*, with a small amount of additional setup/installation done. See