diff --git a/README.md b/README.md index 2eede44c..e4f83697 100644 --- a/README.md +++ b/README.md @@ -43,15 +43,17 @@ on Windows. * `repertory --name '' -set SiaConfig.Bucket ''` * To verify/view all configuration options: * `repertory -dc` - * `repertory --name '' -dc` + * `repertory --name '' -dc` + * Example: + * `repertory --name default -dc` * Mounting on Linux: * `repertory /mnt/location` - * `repertory --name '' /mnt/location` + * `repertory --name '' /mnt/location` * Example: * `repertory --name default /mnt/location` * Mounting on Windows: * `repertory t:` - * `repertory --name '' t:` + * `repertory --name '' t:` * Example: * `repertory --name default t:` @@ -72,12 +74,14 @@ on Windows. * For Sia and most local S3 gateway instances, enable path style URL's: * `repertory -s3 --name '' -set S3Config.UsePathStyle true` * Optional steps: - * Set the appropriate region. Default is set to `any`: + * Set an appropriate region. Default is set to `any`: * `repertory -s3 --name '' -set S3Config.Region ''` * Enable encrypted file names and file data. Set a strong, random encryption token and be sure to store it in a secure backup location: * `repertory -s3 --name '' -set S3Config.EncryptionToken ''` * To verify/view all configuration options: * `repertory -s3 --name '' -dc` + * Example: + * `repertory -s3 --name minio -dc` * Mounting on Linux: * `repertory -s3 --name '' /mnt/location` * Example: