mirror of
https://github.com/peklaiho/madlisp.git
synced 2024-11-22 05:14:45 +00:00
Rename composer package from maddy83/madlisp to peklaiho/madlisp. Repo is now on Github.
This commit is contained in:
parent
2c195da631
commit
ae7ede31f7
@ -13,7 +13,7 @@ Create a new directory and require the project using composer:
|
|||||||
```text
|
```text
|
||||||
$ mkdir mylisp
|
$ mkdir mylisp
|
||||||
$ cd mylisp
|
$ cd mylisp
|
||||||
$ composer require maddy83/madlisp
|
$ composer require peklaiho/madlisp
|
||||||
```
|
```
|
||||||
|
|
||||||
Use the `vendor/bin/madlisp` executable to start the interpreter. Start the REPL with the `-r` option:
|
Use the `vendor/bin/madlisp` executable to start the interpreter. Start the REPL with the `-r` option:
|
||||||
@ -48,4 +48,4 @@ The language seems stable at this point so I am releasing it as 1.0. Please repo
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT](https://bitbucket.org/maddy83/madlisp/src/master/LICENSE)
|
MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "maddy83/madlisp",
|
"name": "peklaiho/madlisp",
|
||||||
"description": "Lisp interpreter for the MadLisp language.",
|
"description": "Lisp interpreter for the MadLisp language.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"lisp"
|
"lisp"
|
||||||
@ -14,7 +14,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://bitbucket.org/maddy83/madlisp/",
|
"source": "https://github.com/peklaiho/madlisp",
|
||||||
"docs": "http://madlisp.com/"
|
"docs": "http://madlisp.com/"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
Loading…
Reference in New Issue
Block a user