]> git.sesse.net Git - pistorm/commitdiff
Update README.md
authorcaptain-amygdala <claude.schwarz@gmail.com>
Sun, 25 Apr 2021 10:56:40 +0000 (12:56 +0200)
committerGitHub <noreply@github.com>
Sun, 25 Apr 2021 10:56:40 +0000 (12:56 +0200)
README.md

index 8cc3b4da150496c3f6dff01e6639b271c5a74bac..0ca026e1409ca24e40e52b6f92f79fd5758a35ca 100644 (file)
--- 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.)