From 0293e1fc95897b47372eec8fd0a1e6fe3a254660 Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Date: Mon, 21 Dec 2015 18:57:15 +0800 Subject: [PATCH] Update README.md The notice that step 3 has to be performed every single time when opening a new shell does not make sense to me. I guess it should mean: step 5 has to be performed every single time as there an environmental variable for the build environment is set. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 980e413..f31ff85 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ make clean make ``` > Note: -You need to do Step 3 every time you open a new shell, or you can put it inside your .bashrc file. +You need to do Step 5 every time you open a new shell, or you can put it inside your .bashrc file. If your project is successfully compiled, the irom1.bin, irom0_flash.bin, and user.ota files will be generated in ~/Workspace/ESP32_BIN directory.