Create README.md

This commit is contained in:
Aaron Honeycutt 2024-11-22 07:34:55 -07:00 committed by GitHub
parent 6f8c6f2625
commit e112d63d51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
README.md Normal file
View file

@ -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
```