You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Disclaimer: Ultimately (soon) you will be able to install this via nuget and not
19
19
* Clone this repo (if you are seeing this before my [PR] (https://github.com/scriptcs/scriptcs/pull/177) was accepted, then be sure to first clone my [fork] (https://github.com/glennblock/scriptcs/tree/147) of scriptcs and use it.
20
20
* Build the solution (make sure you enable package restore).
21
21
* Create a new folder for your script i.e. c:\hellowebapi and change to it.
22
-
* Install the Web Api Self Host nuget package ```scriptcs install Microsoft.AspNet.WebApi.SelfHost```
22
+
* Install the Web Api Self Host nuget package ```scriptcs -install Microsoft.AspNet.WebApi.SelfHost```
23
23
* Copy ScriptCs.WebApi.Pack.dll from the script pack bin folder to your local bin.
0 commit comments