From 5d46cc8709fcee8957b871c7b4d7a4913f229e2d Mon Sep 17 00:00:00 2001 From: Raphael Megzari Date: Fri, 6 Nov 2020 11:01:24 +0900 Subject: [PATCH] add missing punctuation --- hosters/hetzner-cloud/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosters/hetzner-cloud/README.md b/hosters/hetzner-cloud/README.md index 4232d9c..e6878f7 100644 --- a/hosters/hetzner-cloud/README.md +++ b/hosters/hetzner-cloud/README.md @@ -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.