From c6d127b587b3f9527c64a896a5eaf849315f5784 Mon Sep 17 00:00:00 2001 From: "Christopher L. Crutchfield" Date: Sat, 30 Nov 2024 18:06:27 -0800 Subject: [PATCH] feat: additional readme formatting for improve readability --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0542d03..00b45e0 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ git-lfs-synology login --url https://e4e-nas.ucsd.edu:6021 --user # E git-lfs-synology login --url https://e4e-nas.ucsd.edu:6021 --user --totp-command "" # Ensure you update your username and totp command ``` -### Globally +### Configuring the Custom Transfer Agent Globally Run these steps to update your git config globally. You may not want to perform these if you use other Git LFS implementations. #### Bash @@ -62,7 +62,7 @@ git config --global lfs.standalonetransferagent git-lfs-synology git config --global lfs.customtransfer.git-lfs-synology.path `which git-lfs-synology` ``` -### Locally +### Configuring the Custom Transfer Agent Locally Run these steps locally within the repository you want to setup Git LFS Synology in if you don't want to update your global git settings. #### Bash