From bfddc3449e4b0693bcfde29c77059ec2fabef006 Mon Sep 17 00:00:00 2001 From: Marcin Jachymiak Date: Fri, 31 Jan 2020 14:10:21 -0500 Subject: [PATCH] Update READMEs --- setup-scripts/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup-scripts/README.md b/setup-scripts/README.md index fc2e563d..40082e37 100644 --- a/setup-scripts/README.md +++ b/setup-scripts/README.md @@ -15,5 +15,7 @@ that we are working with a Debian Buster Minimal system or similar. 6. ON LOCAL COMPUTER: `ssh user@ip-addr` 7. (LOGGED IN AS USER): `sudo apt-get install git` 8. `git clone https://github.com/NebulousLabs/skynet-webportal` -9. `cd skynet-webportal/setup-scripts && ./setup.sh` -10. Once DNS records are set you can run: `./letsencrypt-setup.sh` +9. `cd skynet-webportal/setup-scripts` +10. Add ssh pubkeys to `authorized_keys` file. +11. `./setup.sh` +12. Once DNS records are set you can run: `./letsencrypt-setup.sh`