diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a1b02d --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# How to install + +## Via `wget` + +``` +wget https://git.adrianux.net/ahoemann/SSH-Public-Keys/raw/main/id_ed25519.pub ~/.ssh/authorized_keys +``` + +## Via `sh` + +echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPVCvDendDNTvhCOYG2PP9mlaAZeTfOsWrmGDMMnod1+" >> ~/.ssh/authorized_keys \ No newline at end of file