From 8a73923645fcc9f79377c6f68e4fba7c43c9435c Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 13 Apr 2017 11:51:55 -0500 Subject: [PATCH] use an older Cargo to instantiate the template --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6a6c5d..11f52e4 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,12 @@ ## Usage +> **NOTE** The `--template` feature has been removed from Cargo recently. This +> command temporarily rollback to an older Cargo version to run the `new` +> command: + ``` -$ cargo new stm32f100xx --template https://github.com/japaric/cortex-m-quickstart +$ cargo +nightly-2017-04-01 new stm32f100xx --template https://github.com/japaric/cortex-m-quickstart ``` Where `stm32f100xx` is the name of the microcontroller family you are