diff options
author | dweller <dweller@cabin.digital> | 2024-03-09 03:20:26 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-03-09 03:20:26 +0200 |
commit | b0a643b0f6331b0e129e178b8a36a6776ed344ab (patch) | |
tree | d047e3c898180a66555f86e5eaec2006481e2c59 /README | |
parent | 315d88f69136cb98e526133dea46aa8de11ebc84 (diff) |
add a tip about linking to README
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,8 @@ Install/Usage: the user to use only the git related commands we allow); 3. Clone this repository and `cp -r git-shell-commands /home/git`, without this folder and - scripts in it, git-shell won't be interactive (see git-shell(1) man page). + scripts in it, git-shell won't be interactive (see git-shell(1) man page). Or maybe just + `ln -s` it; - help: just prints the contents of git-shell-commands directory; - mkrepo: creates a new bare repository at given path and optionally provides description; - setdesc: sets/changes a repository's description. |