a-b-street / docs

Technical and user documentation for A/B Street
Apache License 2.0
12 stars 7 forks source link

More detailed instructions on running the tool on Linux #29

Closed Robinlovelace closed 2 years ago

Robinlovelace commented 2 years ago

Aimed at beginners struggling with the concise instructions at https://a-b-street.github.io/docs/user/index.html

Peek 2022-01-03 09-28

Robinlovelace commented 2 years ago

To do all this from the command line (for version 0.3.5 and in the Downloads directories, change these settings in your script) enter the following:

cd ~/Downloads  
wget https://github.com/a-b-street/abstreet/releases/download/v0.3.5/abstreet_linux_v0_3_5.zip
unzip abstreet_linux_v0_3_5.zip
cd abstreet_linux_v0_3_5
./play_abstreet.sh

Any issues you have with this, let us know here!

Robinlovelace commented 2 years ago

Looking good! image