From e112d63d51e80830da1eb0f8db4ed64d08f5254c Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 22 Nov 2024 07:34:55 -0700 Subject: [PATCH] Create README.md --- 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..a39d588 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Testing + +```bash +git clone https://github.com/ahoneybun/ahoneybun.net.git +cd ahoneybun.net +git submodule update --init --recursive +zola serve +```