diff --git a/README.md b/README.md index 38758b2..5077c92 100644 --- a/README.md +++ b/README.md @@ -55,20 +55,14 @@ cargo uninstall git-lfs-synology ``` ## Configuring Git LFS -It is necessary for you to provide `git-lfs-synology` your password and a method to generate TOTP codes. It stores your username and password in your operating system's keyring and uses your password to encrypt your TOTP command if one is provided. It stores the encrypted TOTP command within a sqlite database in your system's configuration directory. To store your username and password, perform these steps. +It is necessary for you to provide `git-lfs-synology` your username and password. It stores your username and password in your operating system's keyring. To store your username and password, perform these steps. ### Logging In -#### No TOTP command ```bash git-lfs-synology login --url https://e4e-nas.ucsd.edu:6021 --user # Ensure you update your username ``` -#### TOTP command -```bash -git-lfs-synology login --url https://e4e-nas.ucsd.edu:6021 --user --totp-command "" # Ensure you update your username and totp command -``` - ### 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.