feat: Add initial readme
This commit is contained in:
commit
1a6355599b
15
README.md
Normal file
15
README.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user