We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb42d3 commit a0a49d5Copy full SHA for a0a49d5
1 file changed
README.md
@@ -1,9 +1,13 @@
1
ScriptCs.OctoClient
2
===================
3
4
-Octopus Client Script Pack for ScriptCs
+## About
5
+This is an Octopus Client [Script Pack](https://github.com/scriptcs/scriptcs/wiki) for [scriptcs](https://github.com/scriptcs/scriptcs)
6
-Example Usage:
7
+## Installation
8
+Install the NuGet package by running `scriptcs -install ScriptCs.OctopusClient`
9
+
10
+## Usage
11
12
``` csharp
13
var octopus = Require<OctopusClientPack>();
@@ -21,7 +25,7 @@ foreach(var item in dashboard.Items)
21
25
}
22
26
```
23
27
24
----
28
+## License
29
30
The MIT License (MIT)
31
0 commit comments