From d78ad78998b9844e8a62ffb619ac45fd7833d6df Mon Sep 17 00:00:00 2001 From: Brett Morrison Date: Mon, 22 Feb 2016 22:03:38 -0800 Subject: [PATCH] Update readme to fix consistency in wording --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 74d0db5..0de3afa 100644 --- a/readme.md +++ b/readme.md @@ -12,13 +12,13 @@ You must first go on [Google Maps][1] or [LatLong][2] and get the Longitude and ### Installation Install [Go][3] and [Git][4] if you don't have them. Go can be tricky with paths. Type `$ go env` and then `$ cd` into directory in `$GOROOT/src`. Clone this repository from within the `src` directory. -`$ git clone git@github.com:morrisonbrett/TeslaCommand.git` +`$ git clone https://github.com/morrisonbrett/TeslaCommand.git` `$ cd TeslaCommand` Below is an example run. The long/lat is for the Tesla Hawthorne, CA Supercharger (replace with your own values): -`$ go run TeslaCommand.go -checkInterval=5 -fromAddress="from@anywhere.com" -geoFenceLatitude=33.921063 -geoFenceLongitude=-118.33015434 -mailServer="smtp.gmail.com" -mailServerLogin="user@gmail.com" -mailServerPassword="thepassword" -mailServerPort=587 -radius=200 -teslaLoginEmail="user@anywhere.com" -teslaLoginPassword="the-teslamotors-password" -toAddress="to@anywhere.com" -vehicleIndex=0` +`$ go run TeslaCommand.go -checkInterval=5 -fromAddress="user@gmail.com" -geoFenceLatitude=33.921063 -geoFenceLongitude=-118.33015434 -mailServer="smtp.gmail.com" -mailServerLogin="user@gmail.com" -mailServerPassword="the-gmail-password" -mailServerPort=587 -radius=200 -teslaLoginEmail="user@gmail.com" -teslaLoginPassword="the-teslamotors-password" -toAddress="user@gmail.com" -vehicleIndex=0` Please see the "Issues" link for a list of "TO DO" items. It's a work in progress... :-)