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 2401404 commit e99eb43Copy full SHA for e99eb43
resources/views/gallery/home.blade.php
@@ -11,15 +11,10 @@
11
<h1>What is {{Config::get('choco.shortname')}}?</h1>
12
<p>
13
{{Config::get('choco.shortname')}} is a NuGet package manager repository server.
14
-
15
</p>
16
17
<h4>Chocolatey Setup</h4>
18
19
- <p>
20
- To use this repository in an existing Chocolatey installation, add <code>{{ route('api.index') }}</code> to your NuGet Package Manager configuration:
21
- </p>
22
23
Optionally delete the existing default source:
24
<pre><code class="language-powershell">choco source remove -n chocolatey</code></pre>
25
0 commit comments