Skip to content

Commit 68c7f4e

Browse files
committed
Added powershellgallery info
1 parent 7fc04d9 commit 68c7f4e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# Crypto.AES
22

3-
This is a PowerShell module for cryptography (RSA).
3+
This is a PowerShell module for cryptography (RSA).
4+
5+
# Installation
6+
Module is available on [Powershell Gallery][gallery]
7+
8+
### Install
9+
```powershell
10+
PS> Install-Module -Name Crypto.AES
11+
```
12+
13+
### Import
14+
```powershell
15+
PS> Import-Module Crypto.AES
16+
```
17+
18+
[gallery]: https://www.powershellgallery.com/packages/Crypto.AES

0 commit comments

Comments
 (0)