From 59fff033ac0484c9090d3669b8b3e444e6a53232 Mon Sep 17 00:00:00 2001 From: cimryan Date: Tue, 23 Oct 2018 22:22:20 -0700 Subject: [PATCH] Move setup-teslausb to top level. --- README.md | 2 +- windows_archive/setup-teslausb => setup-teslausb | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename windows_archive/setup-teslausb => setup-teslausb (100%) diff --git a/README.md b/README.md index 9017c01..ab60119 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Now that you have Wifi up and running, it's time to set up the USB storage and s 1. If you'd like to receive a text message when your Pi finishes archiving clips follow these [Instructions](ConfigureNotificationsForArchive.md). 1. Run these commands: ``` - wget https://raw.githubusercontent.com/cimryan/teslausb/master/windows_archive/setup-teslausb + wget https://raw.githubusercontent.com/cimryan/teslausb/master/setup-teslausb chmod +x setup-teslausb ./setup-teslausb ``` diff --git a/windows_archive/setup-teslausb b/setup-teslausb similarity index 100% rename from windows_archive/setup-teslausb rename to setup-teslausb