Skip to content

Commit 2e1bc00

Browse files
committed
📝 doc: Added uninstall method in README.md
1 parent 54f92da commit 2e1bc00

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ go install github.com/yoshi389111/git-caesar@latest
1010

1111
Requires go 1.20 or higher
1212

13-
## usage
13+
See below for how to uninstall
14+
15+
```
16+
go clean -i github.com/yoshi389111/git-caesar
17+
```
18+
19+
## Usage
1420

1521
Usage:
1622

@@ -38,7 +44,7 @@ The following algorithms are supported.
3844
* ecdsa -- secp256r1, secp384r1, secp521r1
3945
* ed25519
4046

41-
The following algorithms are **not supported**.
47+
The following algorithms are **NOT SUPPORTED**.
4248

4349
* dsa
4450
* rsa -- Key length is less than 1024 bits

0 commit comments

Comments
 (0)