From 74faa3e86c80300b87ca05415312c256c2e360d7 Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Wed, 30 Sep 2020 14:24:21 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d4d4bd344d86..84104faf97cf8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To build this fork and have xtensa support, you need to make sure you pass in th $ git clone https://github.com/MabezDev/rust-xtensa $ cd rust-xtensa $ ./configure --experimental-targets=Xtensa -$ ./x.py build +$ ./x.py build --stage 2 ``` ## Updating this fork