16 строки
651 B
Plaintext
16 строки
651 B
Plaintext
---
|
|
title: "Installation"
|
|
isMarkdown: false
|
|
---
|
|
<h1 id="installation">Installation</h1>
|
|
<h2 id="nuget">NuGet</h2>
|
|
<p>RichTextKit is available as a NuGet package for <code>net45</code> and <code>netcoreapp2.1</code> frameworks:</p>
|
|
<pre class="language-txt"><code class="language-txt">Install-Package Topten.RichTextKit
|
|
</code></pre>
|
|
<p><em>Note that RichTextKit is currently still under development and has only been tested on
|
|
Windows</em></p>
|
|
<h2 id="source-repository">Source Repository</h2>
|
|
<p>Source code is available on GitHub:</p>
|
|
<p><a href="https://github.com/toptensoftware/richtextkit">https://github.com/toptensoftware/richtextkit</a></p>
|
|
|