readme.txt

Installation instructions
-------------------------
 
The preferred method of installation of this module is to install it from the PowershellGallery via:
    Install-Module -Name Across-Solutions
 
To install it manually (e.g. if computer has no internet access) from a Zip file follow these steps:
1. Copy the archive anywhere to the local machine and unzip it
2. Open a PowerShell console and CD to the folder containing the unzipped folder (e.g. if unzipped as C:\temp\1.0.0, CD to C:\temp)
3. In PowerShell enter the following (note: Replace the '1.0.0' folder name with the actual folder name):
    New-Item -Path "$Env:ProgramFiles\WindowsPowerShell\Modules" -Name Across-Solutions -ItemType Directory
    Copy-Item -Path ".\1.0.0" -Destination "$Env:ProgramFiles\WindowsPowerShell\Modules\Across-Solutions" -Recurse
4. Close and re-open the PowerShell window