Skip to content

Commit

Permalink
feat: additional readme formatting for improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Dec 1, 2024
1 parent 43d71ff commit c6d127b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ git-lfs-synology login --url https://e4e-nas.ucsd.edu:6021 --user <username> # E
git-lfs-synology login --url https://e4e-nas.ucsd.edu:6021 --user <username> --totp-command "<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
Expand All @@ -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
Expand Down

0 comments on commit c6d127b

Please sign in to comment.