diff options
| author | Li Jin <dragon-fly@qq.com> | 2021-01-05 10:07:31 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2021-01-05 10:07:31 +0800 |
| commit | b6a2d1cda870946f63b41e32b623ec024df0e72d (patch) | |
| tree | 87b6f0d399dcc0287dd910a12fa454881277723e /README.md | |
| parent | 900e4d6548c15461653583c4e70c3658d0b60d17 (diff) | |
| parent | 004ebbd138857f43e3d44030e96edaeba88b9315 (diff) | |
| download | yuescript-b6a2d1cda870946f63b41e32b623ec024df0e72d.tar.gz yuescript-b6a2d1cda870946f63b41e32b623ec024df0e72d.tar.bz2 yuescript-b6a2d1cda870946f63b41e32b623ec024df0e72d.zip | |
Merge branch 'master' of https://github.com/pigpigyyy/MoonPlus
* 'master' of https://github.com/pigpigyyy/MoonPlus:
Setting moonp as CMD. Now you can run: docker run -it moonplus/moonplus:0.4.19 (#28)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
| @@ -109,9 +109,16 @@ Usage: moonp [options|files|directories] ... | |||
| 109 | 109 | ||
| 110 | 110 | ||
| 111 | * **Docker Hub** | 111 | * **Docker Hub** |
| 112 | Try moonp in another easy way: https://hub.docker.com/r/moonplus/moonplus | 112 | Try moonp in another easy way: https://hub.docker.com/r/moonplus/moonplus. |
| 113 | 113 | ```bash | |
| 114 | 114 | docker run -it moonplus/moonplus:0.4.19 | |
| 115 | ``` | ||
| 116 | |||
| 117 | The REPL console should be ready, | ||
| 118 | ```bash | ||
| 119 | Moonscript+ 0.4.19 | ||
| 120 | > | ||
| 121 | ``` | ||
| 115 | 122 | ||
| 116 | ## Editor Support | 123 | ## Editor Support |
| 117 | 124 | ||
