Skip to content

Commit

Permalink
fixed install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMarquette committed Dec 18, 2017
1 parent d489541 commit 2461b2b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
26 changes: 22 additions & 4 deletions PITCHME.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,33 @@
# PSGraphPlus

Utility module that makes use of PSGraph
This is a utility module that contains a lot of the graphs used when I demo PSGraph.

---

### Commands

* Show-GitGraph
* Show-NetworkConnectionGraph
* Show-ProcessConnectionGraph
* Show-ServiceDependencyGraph

---

### Examples

Comming soon

---

### Getting Started

Install from the PSGallery and Import the module
# Install GraphViz from the Chocolatey repo
Register-PackageSource -Name Chocolatey -ProviderName Chocolatey -Location http://chocolatey.org/api/v2/
Find-Package graphviz | Install-Package -ForceBootstrap

Install-Module PSGraphPlus
Import-Module PSGraphPlus
# Install from the Powershell Gallery
Find-Module PSGraph -Repository PSGallery | Install-Module
Find-Module PSGraphPlus -Repository PSGallery | Install-Module

---

Expand Down
11 changes: 6 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ Utility module that makes use of PSGraph

## Getting Started

Install from the PSGallery and Import the module

Install-Module PSGraphPlus
Import-Module PSGraphPlus
# Install GraphViz from the Chocolatey repo
Register-PackageSource -Name Chocolatey -ProviderName Chocolatey -Location http://chocolatey.org/api/v2/
Find-Package graphviz | Install-Package -ForceBootstrap

# Install from the Powershell Gallery
Find-Module PSGraph -Repository PSGallery | Install-Module
Find-Module PSGraphPlus -Repository PSGallery | Install-Module

## More Information

Expand All @@ -22,5 +24,4 @@ For more information
* [github.com/KevinMarquette/PSGraphPlus](https://github.com/KevinMarquette/PSGraphPlus)
* [KevinMarquette.github.io](https://KevinMarquette.github.io)


This project was generated using [Kevin Marquette](http://kevinmarquette.github.io)'s [Full Module Plaster Template](https://github.com/KevinMarquette/PlasterTemplates/tree/master/FullModuleTemplate).

0 comments on commit 2461b2b

Please sign in to comment.