From 9d44a95e5eba17a3bf0d6914b84a81747eb6121e Mon Sep 17 00:00:00 2001 From: Rohan Deshpande Date: Sat, 8 Mar 2025 17:28:38 -0800 Subject: [PATCH] changed README.md instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51d0b2a..8a27dee 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,5 @@ 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.