defaulting to bash now

This commit is contained in:
2025-08-18 18:01:40 -06:00
parent ee91c0ca43
commit 13d780498c
4 changed files with 8 additions and 7 deletions
+4 -3
View File
@@ -9,9 +9,10 @@ some features require user to have passwordless sudo rights
Literally the most schizophrenically overengineered thing I have ever made. idk why I did that
## Quick start
1. `git clone --recursive https://github.com/PrincessPi3/esp-idf-tools.git ~/esp-idf-tools`
2. `bash ~/esp-idf-tools/esp-idf-tools-cmd.sh install`
3. `source ~/.zshrc`
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`
## Usage