From b9cf79f160895f777ff4ddc37e0af99f8df6b204 Mon Sep 17 00:00:00 2001 From: Rohan Deshpande Date: Sat, 8 Mar 2025 17:29:57 -0800 Subject: [PATCH] changed formatting of README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a27dee..d3390ca 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,9 @@ Personal files for my website. This website is built using Hugo and another minimalist theme. ## Sync -To sync with the server, use ```rsync -rtuv public/ root@rdesh.xyz:~/public/```. +To sync with the server, use +``` +rsync -rtuv public/ root@rdesh.xyz:~/public/ +``` + There's already a Gitea action to do this however, so it shouldn't be necessary.