Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
added missing update argument (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatatripp authored and apxltd committed Sep 26, 2019
1 parent 534993e commit b8b723b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProGet/installation/installation-guide/manual.htm
Expand Up @@ -58,11 +58,11 @@ <h4>Database Installation</h4>
Unzip <b>ProGet-SqlScripts.zip</b> into an empty directory and open a command prompt/PowerShell
window in that directory. Run the <code>dbupdater.exe</code> executable with the following arguments:
<pre>
dbupdater.exe . &lt;ConnectionString&gt;
dbupdater.exe update . &lt;ConnectionString&gt;
</pre>
For example:
<pre>
dbupdater.exe . "Data Source=localhost; Initial Catalog=ProGet; Integrated Security=true;"
dbupdater.exe update . "Data Source=localhost; Initial Catalog=ProGet; Integrated Security=true;"
</pre>
</li>
</ol>
Expand Down

0 comments on commit b8b723b

Please sign in to comment.