changed README.md instructions
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s

This commit is contained in:
Rohan Deshpande 2025-03-08 17:28:38 -08:00
parent feb86f7e45
commit 9d44a95e5e

View File

@ -3,4 +3,5 @@ Personal files for my website.
This website is built using Hugo and another minimalist theme. This website is built using Hugo and another minimalist theme.
## Sync ## 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.