Skip to content

Commit dbfdc91

Browse files
committed
added mention of nuget install to the docs home
1 parent 69781ea commit dbfdc91

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,15 @@ <h1>Introduction</h1>
101101
);
102102
</code></code></pre>
103103

104+
<h2>Installing</h2>
105+
106+
<p>Nest can be installed through NuGet:</p>
107+
108+
<pre class="prettyprint"><code class="language-cs"><code>PM&gt; Install-Package NEST
109+
</code></code></pre>
110+
111+
<p>Or searching for &quot;elasticsearch&quot; will get you to nest as well. </p>
112+
104113
<h2>Copyright</h2>
105114

106115
<p>Copyright (c) 2010 Martijn Laarman and everyone wonderful enough to contribute to <a href="https://github.com/Mpdreamz/NEST">NEST</a></p>

0 commit comments

Comments
 (0)