Actually - I think its as simple as just adding

&& ./pharo-ui Pharo.image

To the shown command?

(Although maybe showing it as 2 steps makes it clearer that you don���t need to download each time)

Tim

On 12 Jun 2017, at 19:48, Tim Mackinnon <tim@testit.works> wrote:

Hi - I was wondering why the command line section on the http://pharo.org/web/download page, doesn���t show you how to then launch the app you have just downloaded?

I���m not sure if there is a way to do it all on one line (I tried && ./pharo-ui Pharo.image  - but this doesn���t work).  However I think the website example should at least have:

# then run it
./pharo-ui Pharo.image 


Otherwise we make it harder for people to figure out what to do with the program we���ve pointed them to?

Tim