add missing punctuation

This commit is contained in:
Raphael Megzari 2020-11-06 11:01:24 +09:00 committed by GitHub
parent ab1bb524f7
commit 5d46cc8709
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
3. You won't be able to ssh into your server. You will have to do the following steps by logging in with the Hetzner UI.
- On the top right of the server details click on the icon `>_`.
- fork this repo and replace your SSH public key in the script. Make a commit on a new branch for example.
- get the url of the script you created (should look like https://raw.github.com/YOUR_USER_NAME/nixos-install-scripts/YOUR_BRANCH_NAME/hosters/hetzner-cloud/nixos-install-hetzner-cloud.sh)
- get the url of the script you created (should look like https://raw.github.com/YOUR_USER_NAME/nixos-install-scripts/YOUR_BRANCH_NAME/hosters/hetzner-cloud/nixos-install-hetzner-cloud.sh).
- paste the following command into your console gui `curl -L YOUR_URL | sudo bash`.
4. on your own computer you can now ssh into the newly created machine.