mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 20:36:38 -04:00
Change links to toolset
This commit is contained in:
parent
91a67060bf
commit
b52284b4c0
4 changed files with 6 additions and 6 deletions
|
@ -61,10 +61,10 @@ require_once('Core.php');
|
|||
<p><a href="/contribute/a-basic-standard-ebooks-source-folder">Descriptions of the files in a fresh Standard Ebooks source folder.</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://github.com/standardebooks/tools">The Standard Ebooks toolset on GitHub.</a></p>
|
||||
<p><a href="https://standardebooks.org/tools">The Standard Ebooks toolset.</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://github.com/standardebooks">All Standard Ebooks ebook source files on GitHub.</a></p>
|
||||
<p><a href="https://github.com/standardebooks">All Standard Ebooks ebook source files.</a></p>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
|
|
@ -11,7 +11,7 @@ require_once('Core.php');
|
|||
<ol class="full">
|
||||
<li>
|
||||
<h2>Set up the Standard Ebooks toolset and make sure it’s up-to-date</h2>
|
||||
<p>The Standard Ebooks project has a toolset that will help you produce an ebook. The toolset installs the <code class="bash"><b>se</b></code> command, which has various subcommands related to creating Standard Ebooks. You can <a href="https://github.com/standardebooks/tools">read the complete installation instructions</a>, or if you already have <a href="https://pipxproject.github.io/pipx/installation/"><code class="bash"><b>pipx</b></code> installed</a>, run:</p>
|
||||
<p>The Standard Ebooks project has a toolset that will help you produce an ebook. The toolset installs the <code class="bash"><b>se</b></code> command, which has various subcommands related to creating Standard Ebooks. You can <a href="https://standardebooks.org/tools">read the complete installation instructions</a>, or if you already have <a href="https://pipxproject.github.io/pipx/installation/"><code class="bash"><b>pipx</b></code> installed</a>, run:</p>
|
||||
<code class="terminal"><span><b>pipx</b> install standardebooks</span></code>
|
||||
<p>The toolset changes frequently, so if you’ve installed the toolset in the past, make sure to update the toolset before you start a new ebook:</p>
|
||||
<code class="terminal"><span><b>pipx</b> upgrade standardebooks</span></code>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue