Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 456 Bytes

MANUAL-INSTALL-FROM-SOURCE.md

File metadata and controls

10 lines (7 loc) · 456 Bytes

Manual installation

You can install from source, but only do this if you want to contribute new code to the module, and know what you are doing and why..

In fact, please never do this if you don't know exactly why you are doing this and that you definitely need it.

  1. Clone the repository.
  2. Install the ImportExcel module: Install-Module ImportExcel
  3. Install the module: .\InstallModule
  4. Import the CyCLI: Import-Module CyCLI