From 3cf76888442e0757ac1911484b6451737c95d272 Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Sat, 1 Apr 2023 09:13:52 -0600 Subject: [PATCH] Add order status to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ff6d3bd..39e50b1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +### Build status + +[![builds.sr.ht status](https://builds.sr.ht/~nathanchapman.svg)](https://builds.sr.ht/~nathanchapman?) + +### Setup + ``` sudo docker run -it --rm -p 80:80 --name certbot \ -v "/etc/letsencrypt:/etc/letsencrypt" \