From cf74c4343202f2023f93c4809ebe003c0c145d68 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 11 Feb 2025 08:36:53 -0600 Subject: [PATCH] updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 26f2ab18..31ab8b78 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ on Windows. * `repertory --name '' -set S3Config.SecretKey ''` * For Sia and most local S3 gateway instances, enable path style URL's: * `repertory --name '' -set S3Config.UsePathStyle true` - * Optionally, set the appropriate region. Default is set to `any`: + * Optionally, set the appropriate region. Default is set to `any`: * `repertory --name '' -set S3Config.Region ''` * Optionally, to enable encrypted file names and file data, set a strong, random encryption token: * `repertory --name '' -set S3Config.EncryptionToken ''` @@ -100,14 +100,14 @@ on Windows. * `%LOCALAPPDATA%\repertory2` * Example: * `C:\Users\Tom\AppData\Local\repertory2` - * IMPORTANT: + * IMPORTANT: * It is highly recommended to exclude this folder from any anti-virus/anti-malware applications as severe performance issues may arise. * Excluding the mounted drive letter is also highly recommended. ## Remote Mounting -`Repertory` allows local mounts to be shared with other computers on your network. This option is referred to as remote mounting. -Instructions TBD. +`Repertory` allows local mounts to be shared with other computers on your network. +This option is referred to as remote mounting. Instructions TBD. ## Compiling