Use GIT URL to install development version

This commit is contained in:
Ivan Kravets 2016-08-29 15:38:15 +03:00
parent 6b98c37f27
commit d67b1c88fe
1 changed files with 1 additions and 1 deletions

View File

@ -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 > platformio platform install ststm32
# install development version # 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
``` ```