Fixed date processing.
h3rald h3rald@h3rald.com
Mon, 11 Nov 2024 20:02:13 +0000
2 files changed,
1 insertions(+),
16 deletions(-)
M
assets/min/Min_DeveloperGuide.htm
→
assets/min/Min_DeveloperGuide.htm
@@ -1485,7 +1485,6 @@ </ul>
</li> </ul> </li> - <li><a href="#Building-a-docker-image">Building a docker image</a></li> <li><a href="#Running-the-min-shell">Running the min shell</a></li> <li><a href="#Executing-a-min-program">Executing a min program</a></li> <li><a href="#Compiling-a-min-program">Compiling a min program</a></li>@@ -1792,19 +1791,6 @@ <li><a href="#min-operator-id-replace-apply">replace-apply</a></li>
</ul> -<a id="Building-a-docker-image"></a> -<h3>Building a docker image<a href="#document-top" title="Go to top"></a></h3> - -<p><a href="https://github.com/drkameleon">Yanis Zafirópulos</a> contributed a Dockerfile that you can use to create your own Docker image for min based on Alpine Linux.</p> - -<p>To build the image locally, execute the following command from the repository root directory:</p> - -<div class="terminal"><p>docker build -t mindocker .</p></div> - -<p>To run it, execute:</p> - -<div class="terminal"><p>docker run -it mindocker</p></div> - <a id="Running-the-min-shell"></a> <h3>Running the min shell<a href="#document-top" title="Go to top"></a></h3>@@ -1894,7 +1880,6 @@ <ul>
<li>If you are using <a href="https://code.visualstudio.com/">Visual Studio Code</a>, you can install the official <a href="https://marketplace.visualstudio.com/items?itemName=h3rald.vscode-min-lang">min extension</a> which provides syntax highlighting support, code folding, and auto-indentation.</li> <li>If you are using <a href="https://www.vim.org">Vim</a>, a <a href="https://github.com/h3rald/min/blob/master/min.vim">min.vim</a> syntax definition file is available in the min repo.</li> <li>If you are using <a href="https://www.sublimetext.com/3">Sublime Text 3</a>, Rafael Carrasco created a min syntax definition file that is available <a href="https://github.com/rscarrasco/min-sublime-syntax">here</a>.</li> -<li>If you are using <a href="https://notepad-plus-plus.org">Notepad++</a>, a <a href="https://github.com/h3rald/min/blob/master/minNotepad++.xml">Notepad++ language file</a> contributed by baykus871 is available in the repo.</li> </ul>