From 100bd64a0c34dfd29f85a42a18872308ae070063 Mon Sep 17 00:00:00 2001 From: Mario Alegre Date: Wed, 25 Nov 2020 15:38:26 -0500 Subject: [PATCH] added readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10306af..cdf9a7b 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Usage: run `install.sh` to install Podman and custom scripts. Use `pdm-build` to build a container, `pdm-launch` to launch a container, and `pdm-shell` to run a shell on a container. All three commands can be invoked with a `-h` to print extented instructions. -build files for different containers are held in the `src` directory +build files for each container type are in the directory of the corresponding name in the `src` directory.