aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-09-20 23:39:43 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2022-09-20 23:39:43 +0100
commitf256b9f2f0863bdf43663fb571c4916baa42a729 (patch)
treec63b1564b81d622fb6b2e1149676a28b5541bdb8
parent0622363f32676c19985396177c93dbc58785925f (diff)
downloadgit-scripts-f256b9f2f0863bdf43663fb571c4916baa42a729.tar.gz
git-scripts-f256b9f2f0863bdf43663fb571c4916baa42a729.zip
Fixed issue with README markdow
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 54a0ea1..12ace01 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,15 @@ Interactive scripts used for configuration of my git server - git.eda.gay
## Scripts
It is recommended to make symlinks to the home directory- e.g.:
+
`ln -s $(pwd)/add_git_key.sh ~/add_git_key && chmod +x ~/add_git_key`
+
`ln -s $(pwd)/del_repo.sh ~/del_repo && chmod +x ~/del_repo`
+
`ln -s $(pwd)/make_repo.py ~/make_repo && chmod +x ~/make_repo`
+
`ln -s $(pwd)/show_gitkey.py ~/show_gitkey && chmod +x ~/show_gitkey`
+
`ln -s $(pwd)/del_repo.sh ~/rm_repo && chmod +x ~/rm_repo`
Then repositories can be created with `ssh git@git.eda.gay "./make_repo"` or removed with `ssh git@git.eda.gay "./rm_repo"`.