Update README.md

This commit is contained in:
JP Meijers 2017-04-01 11:44:59 +02:00 committed by GitHub
parent cd026510ca
commit e5bab78e3f
1 changed files with 4 additions and 1 deletions

View File

@ -107,7 +107,10 @@ RESIN_HOST_CONFIG_core_freq | 250
```bash
git remote add resin youraccount@git.resin.io:youraccount/yourapplication.git
```
3. Type the following commands into terminal to "push" the TTN files up to resin.io:
3. Add your SSH public key to the list at https://dashboard.resin.io/preferences/sshkeys. You may need to search the internet how to create a SSH key on your operating system, where to find it afterwards, copy the content, and paste the content to the resin.io console.
4. Type the following commands into your terminal to "push" the TTN files up to resin.io:
```bash
git add .