From ea242d599b1049cec5159259ad9fd3242a5db0ac Mon Sep 17 00:00:00 2001 From: m455 Date: Sun, 4 Dec 2022 01:30:02 -0500 Subject: [PATCH] small tweak to quickstart section --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4cc547..dd302df 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,11 @@ above by running `sudo make dependencies`. cp git-daemon.service /etc/systemd/system/ ufw allow 9418 systemctl enable --now git-daemon.service - su - git + su git + cd + mkdir .ssh && chmod 700 .ssh + touch .ssh/authorized_keys && chmod 600 .ssh/authorized_keys + add your public ssh key to .ssh/authorized_keys mkdir projects clone this repository cd into this repository