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 14fb172 commit 5d4aba9Copy full SHA for 5d4aba9
README.md
@@ -14,7 +14,7 @@ More on why I developed this [here] (http://codebetter.com/glennblock/2013/02/28
14
# Quick start
15
* Open a cmd prompt as admin
16
* Create a directory "c:\scriptcs_hello" and change to it.
17
-* run "nuget install Microsoft.AspNet.WebApi.SelfHost"
+* run "nuget install Microsoft.AspNet.WebApi.SelfHost -o Packages"
18
* create a server.csx with your favorite editor. Paste the text below into the file and save.
19
20
```csharp
0 commit comments