Move setup-teslausb to top level.

This commit is contained in:
cimryan
2018-10-23 22:22:20 -07:00
parent 3566132c18
commit 59fff033ac
2 changed files with 1 additions and 1 deletions

View File

@@ -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. If you'd like to receive a text message when your Pi finishes archiving clips follow these [Instructions](ConfigureNotificationsForArchive.md).
1. Run these commands: 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 chmod +x setup-teslausb
./setup-teslausb ./setup-teslausb
``` ```