From 7310edf88ab994ff1ef5238fa7cf290ac4889d2d Mon Sep 17 00:00:00 2001 From: Aleks Rutins Date: Wed, 4 Jun 2025 15:48:02 -0400 Subject: [PATCH] Add usage instructions --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..6717fa4 --- /dev/null +++ b/readme.md @@ -0,0 +1,8 @@ +# Phlexite in a container + +Use this to build your sites without having to manage a Ruby environment. + +Usage: +```sh +$ podman run -it -v .:/site:z quay.io/aspr/phlexite:latest +``` \ No newline at end of file