From 51bd8d57aa03be9bc8ae829db5de2e1646381ffb Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Sun, 9 Oct 2016 21:50:13 -0700 Subject: [PATCH] updated raspbian docs --- docs/raspberry-pi.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/raspberry-pi.md b/docs/raspberry-pi.md index c770056f..134423b4 100644 --- a/docs/raspberry-pi.md +++ b/docs/raspberry-pi.md @@ -1,20 +1,11 @@ # Raspberry Pi and Raspbian -It is possible to run the web editor or [command line interface](/cli) from Raspbian on Raspberry Pi 2 or 3. +It is possible to run the web editor or [command line interface](/cli) from Raspbian on Raspberry Pi 2 or 3 +with [Raspbian Jessie with Pixel](https://www.raspberrypi.org/downloads/raspbian/). ## Web editor -The web editor requires to install IceWeasel (Firefox) as the built-in browser cannot handle it. - -``` -sudo apt-get install iceweasel -``` - -Once installed simply navigate to https://codethemicrobit.com or type - -``` -firefox https://codethemicrobit.com -``` +Starting with **Raspbian Pixel**, Raspbian comes with Chromium. Simply open [](https://codethemicrobit.com). ## Command line