exercism / interactive-cli-walkthrough

13 stars 26 forks source link

Use env var for binary name #33

Closed kytrinyx closed 6 years ago

kytrinyx commented 6 years ago

During the beta we need the instructions to refer to nextercism, whereas once we go live we need to refer to exercism.

To make the transition as simple as possible, this uses an optional environment variable (defaults to exercism).

kntsoriano commented 6 years ago

:+1: