From 1309f0ad7762d057804f787fc19c0ffe963b6368 Mon Sep 17 00:00:00 2001 From: Srijit <89468732+DevSrijit@users.noreply.github.com> Date: Tue, 30 Apr 2024 00:06:02 +0530 Subject: [PATCH] Fixed a typo in README.md Step 4 of Install using Arduino IDE mentions `cd esp8266`. The git repo after cloning would create a folder named `esp8266_deauther` as the repo name is so. Therefore, I changed it to `cd esp8266_deauther`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fb85671..0471c29c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ `https://raw.githubusercontent.com/SpacehuhnTech/arduino/main/package_spacehuhn_index.json` 3. In Arduino go to `Tools` -> `Board` -> `Boards Manager` search for and install the `deauther` package 4. Download [V3 source code](https://github.com/SpacehuhnTech/esp8266_deauther/archive/v3.zip) and unzip it - or `git clone https://github.com/SpacehuhnTech/esp8266_deauther`, `cd esp8266` and `git checkout v3` + or `git clone https://github.com/SpacehuhnTech/esp8266_deauther`, `cd esp8266_deauther` and `git checkout v3` 5. Open `esp8266_deauther/esp8266_deauther.ino` with Arduino 6. Select an `ESP8266 Deauther` board in Arduino under `tools` -> `board` 7. Connect your device and select the serial port in Arduino under `tools` -> `port`