From d67b1c88fe895b17e1c0d8d1e367941acd97346f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 29 Aug 2016 15:38:15 +0300 Subject: [PATCH] Use GIT URL to install development version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7a414d..5902c24 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,5 @@ The STM32 family of 32-bit Flash MCUs based on the ARM Cortex-M processor is des > platformio platform install ststm32 # install development version -> platformio platform install https://github.com/platformio/platform-ststm32/archive/develop.zip +> platformio platform install https://github.com/platformio/platform-ststm32.git ```