From 55266c25a871da7e50aa72735a4fec4fcc5e9ef9 Mon Sep 17 00:00:00 2001 From: Dustin Carlino Date: Sun, 28 Jun 2020 19:49:55 -0700 Subject: [PATCH] new release --- README.md | 6 +++--- docs/INSTRUCTIONS.md | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6517581b1f..500336830e 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ changes to a city affect the movement of drivers, cyclists, transit users, and pedestrians. - Play on - [Windows](https://github.com/dabreegster/abstreet/releases/download/v0.2.0a/abstreet_windows_v0_2_0f.zip), - [Mac](https://github.com/dabreegster/abstreet/releases/download/v0.2.0a/abstreet_mac_v0_2_0a.zip), - [Linux](https://github.com/dabreegster/abstreet/releases/download/v0.2.0a/abstreet_linux_v0_2_0a.zip), + [Windows](https://github.com/dabreegster/abstreet/releases/download/v0.2.1/abstreet_windows_v0_2_1.zip), + [Mac](https://github.com/dabreegster/abstreet/releases/download/v0.2.1/abstreet_mac_v0_2_1.zip), + [Linux](https://github.com/dabreegster/abstreet/releases/download/v0.2.1/abstreet_linux_v0_2_1.zip), or [read all instructions](docs/INSTRUCTIONS.md) (new releases every Sunday) - [build from source](docs/dev.md) (new changes daily) diff --git a/docs/INSTRUCTIONS.md b/docs/INSTRUCTIONS.md index 6eb0aa6ce6..6195a7e846 100644 --- a/docs/INSTRUCTIONS.md +++ b/docs/INSTRUCTIONS.md @@ -10,13 +10,13 @@ Grab a pre-built binary release -- updated every Sunday, announced at [r/abstreet](http://old.reddit.com/r/abstreet): - Windows: - https://github.com/dabreegster/abstreet/releases/download/v0.2.0a/abstreet_windows_v0_2_0f.zip - - If the game immediately crashes, it might be a - [graphics card problem](https://github.com/dabreegster/abstreet/issues/103). + https://github.com/dabreegster/abstreet/releases/download/v0.2.1/abstreet_windows_v0_2_1.zip - Unzip the folder, then run `play_abstreet.bat`. You'll probably getting a warning about running software from an unknown publisher. + - If the game immediately crashes, it might be a + [graphics card problem](https://github.com/dabreegster/abstreet/issues/103). - Mac: - https://github.com/dabreegster/abstreet/releases/download/v0.2.0a/abstreet_mac_v0_2_0a.zip + https://github.com/dabreegster/abstreet/releases/download/v0.2.1/abstreet_mac_v0_2_1.zip - Unzip the directory, then run `play_abstreet.sh`. - If that just opens a text file instead of running the game, then instead open terminal, `cd` to the directory you just unzipped. Then do: @@ -24,7 +24,7 @@ Grab a pre-built binary release -- updated every Sunday, announced at - [Help needed](https://github.com/dabreegster/abstreet/issues/66) to package this as a Mac .app, to make this process simpler - Linux: - https://github.com/dabreegster/abstreet/releases/download/v0.2.0a/abstreet_linux_v0_2_0a.zip + https://github.com/dabreegster/abstreet/releases/download/v0.2.1/abstreet_linux_v0_2_1.zip - Unzip the directory, then run `play_abstreet.sh`. Or you can [compile from source](/docs/dev.md).