You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -619,9 +620,9 @@ <h2 id="run-a-command">Run a Command<a class="headerlink" href="#run-a-command"
619
620
620
621
<p>Download the InEngine binary distribution, from the <ahref="https://github.com/InEngine-NET/InEngine.NET/releases">GitHub Releases</a> page, that matches the version of the InEngine.Core package you included.</p>
621
622
<p>Copy your project's DLLs into the Plugins subdirectory included in the binary distribution.
622
-
Add your plugin to the <ahref="../configuration">"Plugins" list in appsettings.config</a> at the root of the binary distribution.</p>
623
+
Add your plugin to the "Plugins" list in <ahref="../configuration">appsettings.config</a> at the root of the binary distribution.</p>
<p>The <strong>InEngine.Core</strong> library is itself a plugin that contains queueing, scheduling, and other commands. </p>
707
733
</div>
708
734
<h2id="view-a-commands-help-text">View a Command's Help Text<aclass="headerlink" href="#view-a-commands-help-text" title="Permanent link">¶</a></h2>
709
-
<p>Run the command with the -h or --help arguments.</p>
735
+
<p>Run the command with the -h or --help arguments to see help text.</p>
736
+
<p>This command prints the publish command's help text, from the core plugin:</p>
<h2id="how-do-i-run-non-net-commands">How do I run non-.NET commands?<aclass="headerlink" href="#how-do-i-run-non-net-commands" title="Permanent link">¶</a></h2>
512
-
<p>There is a special <strong>proc</strong> command in the core plugin that allows for the execution of any program you can run at the command line. </p>
513
-
<p>For example, create a python script called <strong>helloworld.py</strong> that contains this:</p>
<p>There is a special <strong>exec</strong> command in the core plugin that allows for the execution of any program you can run at the command line. </p>
512
+
<p>For example, create a python script called <strong>helloworld.py</strong>, make it executable, and add this to it:</p>
0 commit comments