From: captain-amygdala Date: Sun, 25 Apr 2021 10:56:40 +0000 (+0200) Subject: Update README.md X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8305d5cec0b1cf64daf65f0b474f66da69321bf7;p=pistorm Update README.md --- diff --git a/README.md b/README.md index 8cc3b4d..0ca026e 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,10 @@ Since much of the initial work and testing for the PiStorm was done on Amiga com You can now reach the PiStorm over SSH, check your router web/settings page to find the IP of the PiStorm, or run `ifconfig` locally on the PiStorm from the console. Now the final steps to get things up and running, all of this is done from a command prompt (terminal) either locally on the PiStorm or over ssh: -* `sudo apt-get install git` +* `sudo apt-get update` +* `sudo apt-get install git libsdl2-dev` * `git clone https://github.com/captain-amygdala/pistorm.git` * `cd pistorm` -* `sudo apt-get install libsdl2-dev` * `make` Next up, follow the steps for installing the FPGA bitstream update below. (Scroll down.)