Update README.md
Fix git command
This commit is contained in:
parent
097637b8b3
commit
df54b41563
@ -74,7 +74,7 @@ RESIN_HOST_CONFIG_core_freq | 250
|
|||||||
3. Type the following commands into terminal to "push" the TTN files up to resin.io:
|
3. Type the following commands into terminal to "push" the TTN files up to resin.io:
|
||||||
```
|
```
|
||||||
git add .
|
git add .
|
||||||
git -m "first upload of ttn files to resin"
|
git commit -m "first upload of ttn files to resin"
|
||||||
git push resin master
|
git push resin master
|
||||||
```
|
```
|
||||||
5. What you'll now see happening in terminal is that this "git push" does an incredible amount of work:
|
5. What you'll now see happening in terminal is that this "git push" does an incredible amount of work:
|
||||||
|
Loading…
Reference in New Issue
Block a user