remove dev-master from README

This commit is contained in:
Pekka Laiho 2021-07-25 18:28:33 +07:00
parent ce74a2ff82
commit adc59073a1

View File

@ -13,7 +13,7 @@ Create a new directory and require the project using composer:
```text
$ mkdir mylisp
$ cd mylisp
$ composer require "maddy83/madlisp dev-master"
$ composer require maddy83/madlisp
```
Use the `vendor/bin/madlisp` executable to start the interpreter. Start the REPL with the `-r` option: