We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69781ea commit dbfdc91Copy full SHA for dbfdc91
index.html
@@ -101,6 +101,15 @@ <h1>Introduction</h1>
101
);
102
</code></code></pre>
103
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> Install-Package NEST
109
+</code></code></pre>
110
111
+<p>Or searching for "elasticsearch" will get you to nest as well. </p>
112
113
<h2>Copyright</h2>
114
115
<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