From 2bacb58fdd46143c36a2b13df18d713be3efe52a Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 8 Sep 2016 00:46:43 -0700 Subject: [PATCH] simpler instructions --- docs/raspberry-pi.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/raspberry-pi.md b/docs/raspberry-pi.md index 28307009..c770056f 100644 --- a/docs/raspberry-pi.md +++ b/docs/raspberry-pi.md @@ -25,7 +25,5 @@ The PXT command line also works on Raspbian and allows to run a local server and To install all the tools, ``` -git clone https://github.com/Microsoft/pxt-rpi.git -cd pxt-rpi -sh ./install.sh +curl -s https://raw.githubusercontent.com/Microsoft/pxt-rpi/master/install.sh | sh - ``` \ No newline at end of file