We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f92da commit 2e1bc00Copy full SHA for 2e1bc00
README.md
@@ -10,7 +10,13 @@ go install github.com/yoshi389111/git-caesar@latest
10
11
Requires go 1.20 or higher
12
13
-## usage
+See below for how to uninstall
14
+
15
+```
16
+go clean -i github.com/yoshi389111/git-caesar
17
18
19
+## Usage
20
21
Usage:
22
@@ -38,7 +44,7 @@ The following algorithms are supported.
38
44
* ecdsa -- secp256r1, secp384r1, secp521r1
39
45
* ed25519
40
46
41
-The following algorithms are **not supported**.
47
+The following algorithms are **NOT SUPPORTED**.
42
48
43
49
* dsa
50
* rsa -- Key length is less than 1024 bits
0 commit comments