From 164abb843dbd70d8ec4a8a2bed20a90aa00a1e1e Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 18 Oct 2025 08:16:28 -0500 Subject: [PATCH] updated README.md --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88822c43..1cd06461 100644 --- a/README.md +++ b/README.md @@ -169,16 +169,37 @@ Only **64-bit operating systems** are supported: ### Linux ``` shell +# Mounts +~/.local/repertory2/encrypt ~/.local/repertory2/s3 ~/.local/repertory2/sia + +# UI +~/.local/repertory2 ``` +### macOS + +``` shell +# Mounts +~/Library/Application Support/repertory2/encrypt +~/Library/Application Support/repertory2/s3 +~/Library/Application Support/repertory2/sia + +# UI +~/Library/Application Support/repertory2 +``` ### Windows -``` shell +``` cmd +# Mounts +%LOCALAPPDATA%\repertory2\encrypt %LOCALAPPDATA%\repertory2\s3 %LOCALAPPDATA%\repertory2\sia + +# UI +%LOCALAPPDATA%\repertory2 ``` **IMPORTANT:** @@ -734,7 +755,7 @@ Successful compilation will place all required files for execution in the `dist/ - Ensure latest [MSYS2](https://www.msys2.org/) is installed - ``` shell + ``` cmd scripts\make_win32.cmd x86_64 scripts\make_win32.cmd x86_64 Release scripts\make_win32.cmd x86_64 Debug