From 097637b8b309cc435f7fb7b8b09ee845d661c60d Mon Sep 17 00:00:00 2001 From: JP Meijers Date: Tue, 28 Feb 2017 00:38:26 +0100 Subject: [PATCH] Update README.md Fix git command formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index feac590..b744dd5 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,11 @@ RESIN_HOST_CONFIG_core_freq | 250 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: - + ``` git add . git -m "first upload of ttn files to resin" git push resin master - + ``` 5. What you'll now see happening in terminal is that this "git push" does an incredible amount of work: a) It will upload a Dockerfile, a "build script", and a "run script" to resin