small tweak to quickstart section

This commit is contained in:
m455 2022-12-04 01:30:02 -05:00
parent fa8eb2d4e2
commit ea242d599b

View file

@ -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