feat: Add initial readme

This commit is contained in:
2025-03-28 11:50:42 +11:00
commit 1a6355599b

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# Device setup
First generate a ssh key
```sh
ssh-keygen -t ed25519 -C "nathan@woodburn.au"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
cat ~/.ssh/id_ed25519.pub
```
Save the key in Git to allow setup
```sh
git clone git@woodburn.au:nathanwoodburn/device-setup.git
cd device-setup
./setup.sh
```