Skip to content

Commit

Permalink
Added psgallery notes
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelStsefanovich committed Dec 21, 2021
1 parent 80c98db commit f282b45
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions references/psgallery.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@


########## Get favicon permalink from GitHub

1. Select file in GitHub UI:
https://github.com/PavelStsefanovich/lib_powershell/blob/main/modules/WinRegistry/favicon.ico

2. Click three dots "..." -> Copy permalink -> paste into notepad:
https://github.com/PavelStsefanovich/lib_powershell/blob/106d83e3abc7d9df7add61e548140ae78b995f9b/modules/WinRegistry/favicon.ico

3. Click "View raw" -> copy URL from the adress bar -> paste into notepad:
https://raw.githubusercontent.com/PavelStsefanovich/lib_powershell/main/modules/WinRegistry/favicon.ico

4. Combine the two URL to construct URL in the form:
https://raw.githubusercontent.com/PavelStsefanovich/lib_powershell/106d83e3abc7d9df7add61e548140ae78b995f9b/modules/WinRegistry/favicon.ico

5. Use this link as "IconUri" in a module manifest (.psd1).

0 comments on commit f282b45

Please sign in to comment.