Skip to content

Commit 808bd72

Browse files
committed
-install
1 parent 31cc4ca commit 808bd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Disclaimer: Ultimately (soon) you will be able to install this via nuget and not
1919
* 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.
2020
* Build the solution (make sure you enable package restore).
2121
* 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```
2323
* Copy ScriptCs.WebApi.Pack.dll from the script pack bin folder to your local bin.
2424
* Create a start.csx and paste the code below
2525

0 commit comments

Comments
 (0)