aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCristian Haunsen <cristianhaunsen@gmail.com>2021-01-04 22:50:26 -0300
committerGitHub <noreply@github.com>2021-01-05 09:50:26 +0800
commit004ebbd138857f43e3d44030e96edaeba88b9315 (patch)
treef635449bd4eec881deae4000ed7961188e855026 /README.md
parent6a48f108666126893dcf7ff54b12172795858d3a (diff)
downloadyuescript-004ebbd138857f43e3d44030e96edaeba88b9315.tar.gz
yuescript-004ebbd138857f43e3d44030e96edaeba88b9315.tar.bz2
yuescript-004ebbd138857f43e3d44030e96edaeba88b9315.zip
Setting moonp as CMD. Now you can run: docker run -it moonplus/moonplus:0.4.19 (#28)
* Added Dockerfile for Moonplus, Lua5.1 and luarocks 3 * Added example for tup. Tup is a file-based build system for Linux, OSX, and Windows. * Update dockerfile * Setting moonp as CMD. Now you can run: docker run -it moonplus/moonplus:0.4.19
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index a45a852..5d699cd 100644
--- a/README.md
+++ b/README.md
@@ -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