From 7205fc07dab61be99efb74edc150b8be1f579a2f Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Mon, 18 Aug 2025 22:56:31 -0600 Subject: [PATCH] upgradede to 1.4-release --- README.md | 9 ++++----- help.txt | 3 +++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9962597..dd56ffc 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,7 @@ Literally the most schizophrenically overengineered thing I have ever made. idk Total install size (discounting needed packages) is about 9GiB ## Quick start -1. `mkdir ~/esp` -2. `git clone --recursive https://github.com/PrincessPi3/esp-idf-tools.git ~/esp/esp-idf-tools` -2. `bash ~/esp/esp-idf-tools/esp-idf-tools-cmd.sh install` -3. `source ~/.bashrc` -4. `get-esp-tools` +`curl -s https://raw.githubusercontent.com/PrincessPi3/esp-idf-tools/refs/heads/master/install.sh | exec "$SHELL"; exec "$SHELL"` ## Usage ``` @@ -77,6 +73,9 @@ Some take optional [branch] paramater run-esp-cmd uninstall uninstall esp-idf `run-esp-cmd uninstall` + +Uninstall: + curl -s https://raw.githubusercontent.com/PrincessPi3/esp-idf-tools/refs/heads/master/uninstall.sh | exec "$SHELL"; exec "$SHELL" ``` ## Features diff --git a/help.txt b/help.txt index ce381b9..c280111 100644 --- a/help.txt +++ b/help.txt @@ -119,3 +119,6 @@ Cronjob: `crontab -e` add below to bottom of file: `0 4 * * * bash $HOME/esp/esp-install-custom/esp-idf-tools-cmd.sh cron` + +Uninstall: + curl -s https://raw.githubusercontent.com/PrincessPi3/esp-idf-tools/refs/heads/master/uninstall.sh | exec "$SHELL"; exec "$SHELL" \ No newline at end of file