From 64da82c661b2a28c7a258bd30c0084633d0e1896 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Fri, 11 Aug 2023 22:04:19 +0200 Subject: Create group directories if they don't already exist - With the correct ownership - With the correct permissions Fix #5 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index adb7236..bdc02e9 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,8 @@ cargo install shackle-shell Next, Shackle expects a specific directory structure. Specifically, personal git repos will live in `~/git/your-username` and shared repos will live in -`~/git/your-group`. +`~/git/your-group`. If you create a repo that requires one of these group +directories and it doesn't exist yet, Shackle will create it. If you have many users on your server, then consider making `~/git` a symlink to the actual shared location for your git repos. For example, on my repo, all git -- cgit v1.2.3