diff --git a/README.md b/README.md index 8782cc73..d473a4a6 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,6 @@ Only 64-bit operating systems are supported ### S3 - #### S3 Initial Configuration * Required steps: @@ -204,7 +203,6 @@ Only 64-bit operating systems are supported * Example: * `repertory -s3 --name minio -dc` - #### S3 Mounting * Linux: @@ -345,7 +343,6 @@ for S3 providers. * `repertory -rm 192.168.1.10:20000 -set RemoteConfig.EncryptionToken ''` * `repertory -rm my.host.com:20000 -set RemoteConfig.EncryptionToken ''` - #### Client Remote Mounting * Linux: @@ -359,6 +356,7 @@ for S3 providers. * `repertory -rm 192.168.1.10:20000 t:` #### Remote Mount Configuration File + ```json { "ApiAuth": "", @@ -384,7 +382,6 @@ for S3 providers. Successful compilation will result in all files required for execution to be placed in the `dist/` directory - ### Linux Compilation * Ensure `docker` is installed @@ -398,7 +395,6 @@ in the `dist/` directory * Release: `scripts/make_unix.sh aarch64 Release` * Debug: `scripts/make_unix.sh aarch64 Debug` - ### Windows Compilation * OFFICIAL: Cross-compiling on Linux