From: Anton Blanchard Date: Fri, 10 Jan 2020 20:20:21 +0000 (+1100) Subject: Point to upstream micropython X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1aec1a4b0ef78c2dca6f9f433e8f3146eb250da4;p=microwatt.git Point to upstream micropython Our changes are now merged upstream, so point there instead. Signed-off-by: Anton Blanchard --- diff --git a/README.md b/README.md index 65a3a30..942f6dc 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,8 @@ You can try out Microwatt/Micropython without hardware by using the ghdl simulat grab the powerpc64le-power8 toolchain from https://toolchains.bootlin.com ``` -git clone https://github.com/mikey/micropython +git clone https://github.com/micropython/micropython.git cd micropython -git checkout powerpc cd ports/powerpc make -j$(nproc) cd ../../../