From 207b79555115a68f94459e1054142b9981c182ee Mon Sep 17 00:00:00 2001 From: officereso Date: Sat, 30 Jan 2021 02:26:27 -0600 Subject: [PATCH] ^TTG-51 state Done --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3e275b..0c5fc84 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,13 @@ 3. Click tick box next to ``Half-Life: Alyx - Workshop Tools`` 3. Go into HLA's directory 4. Right click -> git bash here -5. Run ``git clone https://github.com/The-Missing-Crowbar/time-traveling-game`` -6. Move contents of the folder ``time-traveling-game`` to the folder ``Half-Life: Alyx`` -7. Delete the folder ``time-traveling-game`` +5. Download the emailed public ssh keys to your computer. Put them in ~/.ssh +7. Run ``eval `ssh-agent -s` `` +8. Run ``ssh-add ~/.ssh/git.pub`` + 1. Enter the password emailed +9. run ``git clone ssh://git@66.69.103.65:17209/~/time-traveling-game.git`` +10. Move contents of the folder ``time-traveling-game`` to the folder ``Half-Life: Alyx`` +11. Delete the folder ``time-traveling-game`` ####Done