Add README.md

This commit is contained in:
ahoemann 2025-04-01 11:06:46 +02:00
parent 126c8308b0
commit 558389eb12

11
README.md Normal file
View file

@ -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