Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Jungerius committed Feb 28, 2018
1 parent 53059e8 commit 64983a4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChocolateyTools/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ Installs a package using Chocolatey.

#### 1.0.8
- Made tasks available for build pipeline.

#### 1.1.0
- Added support for alternate package source (-s / --source) and you now can add custom other flags as needed.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,13 @@ Installs a package using Chocolatey.
* **Package:** The package ID of the package to install. Check https://chocolatey.org/ for available packages
* **Version:** Specific version of the package to install. Leave empty if you want to install the latest stable version.
* **Alternate package source:** The source to find the package(s) to install. Special sources include: ruby, webpi, cygwin, windowsfeatures, and python. To specify more than one source, pass it with a semi-colon separating the values (-e.g. 'source1;source2'). Defaults to default feeds.
* **Other options:** Add extra options or switches as needed.
* **Other options:** Add extra options or switches as needed.


## Releases

#### 1.0.8
- Made tasks available for build pipeline.

#### 1.1.0
- Added support for alternate package source (-s / --source) and you now can add custom other flags as needed.

0 comments on commit 64983a4

Please sign in to comment.