From 8152b1e52d61863ebdb4470ea8d5344f9bd77af7 Mon Sep 17 00:00:00 2001 From: AnsonLai <8443835+AnsonLai@users.noreply.github.com> Date: Mon, 23 May 2022 13:59:04 -0700 Subject: [PATCH] Update README.md Warning that this is Windows only. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3446c26..336b637 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Tesla Service Manual Scraper -This script will download the Tesla Service Manual onto a local doc folder for offline access. +This script will download the Tesla Service Manual onto a local doc folder for offline access. This is geared for Windows only. ## Setup @@ -33,3 +33,4 @@ This script will download the Tesla Service Manual onto a local doc folder for o * jquery-3.5.1.min.js * lunr.js * search.js +* This script can likely be modified for MacOS easily, but I'm not familiar with how to install Selenium and chromedriver on MacOS. **Windows only for now.**