PoshCode / Pansies

Powershell ANSI Escape Sequences, functions for colored output, etc.
MIT License
146 stars 14 forks source link

Submodules not being included #16

Closed sharpninja closed 3 years ago

sharpninja commented 4 years ago

Note: I'm including ColorMine and p2f as submodules, you may need to update them with:

git submodule update --init -recursive

This does not work. PowerShell 7, Windows 10 2004, git version 2.27.0.windows.1

Jaykul commented 3 years ago

It's supposed to be:

git submodule update --init --recursive

However, you shouldn't need to do that unless the submodules change if you cloned it with --recursive