Skip to content

Commit c7219c0

Browse files
author
sgkens
committed
πŸ“ docs: Update Documentation.
πŸ“œ NOTES: ✏ Corrected link for installation, updated case ..πŸ–Š
1 parent f6a5f49 commit c7219c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

β€Ždocs/Installation.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
git clone https://github.com/sgkens/commitfusion.git
1212
cd commitfusion
1313
Import-Module -Name commitfusion
14+
Get-Module -Name CommitFustion
15+
16+
# Check imported Module Functions
17+
Get-Module -Name commitfusion | Select-Object -expand ExportedFunctions
18+
Get-Module -Name commitfusion | select-object version
1419
```
1520

1621
### πŸ’Ό Releases

0 commit comments

Comments
Β (0)