protoml-parser
Version:
ProtoML is a lightweight, declarative markup language designed for writing and structuring meeting protocols, notes and task lists in a human-readable and machine-parseable format.
37 lines (34 loc) • 1.32 kB
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Installation And Release Use - ProtoML 1.4.2+build67</title>
<link rel="stylesheet" href="help.css">
</head>
<body>
<nav class="topnav">
<a href="../toc.html">Contents</a>
<span class="version">ProtoML 1.4.2+build67</span>
</nav>
<main class="page">
<h1>Installation And Release Use</h1>
<h2>Install from npm</h2>
<pre><code>npm install -g protoml-parser</code></pre>
<h2>Install from source</h2>
<pre><code>git clone https://github.com/Ente/protoml-parser.git
cd protoml-parser
npm install -g .</code></pre>
<h2>Release structure</h2>
<ul>
<li>Source code for development and npm publishing</li>
<li>Windows and Linux executables in <code>dist/</code></li>
<li>Native Windows CHM help in <code>docs/chm/</code> and copied to <code>dist/</code> during release preparation</li>
<li><code>SHA256SUMS.txt</code> for release checksums</li>
</ul>
<h2>Version check</h2>
<pre><code>protoparser --version</code></pre>
<h2>Continue with</h2>
<p>After installation, move on to <a href="02_quick_start.html">Quick Start</a> for the first end-to-end document workflow.</p>
</main>
</body>
</html>