From 4220808385c250cc7c2a7cd86bef4f9abd2e04ea Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 5 Feb 2015 21:04:38 +0200 Subject: [PATCH] README: Fix typo (missing words). --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index a14f66e..ee40a73 100644 --- a/README +++ b/README @@ -68,7 +68,7 @@ make STANDALONE=y This will download all necessary components and compile them. Once done, the toolchain (with Xtensa HAL library) will be available in xtensa-lx106-elf/ -directory. Add its bin/ subdirectory to execute "xtensa-lx106-elf-gcc" +directory. Add its bin/ subdirectory to PATH to execute "xtensa-lx106-elf-gcc" and other tools. ESP8266 SDK will be installed in sdk/. If you chose non-standalone SDK, to use it,