Skip to content

Commit 54f92da

Browse files
committed
📝 doc: add installation in README.md
1 parent f1ea91e commit 54f92da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This command encrypts and decrypts files using the public key registered on GitHub and your own private key.
44

5+
## Installation
6+
7+
```
8+
go install github.com/yoshi389111/git-caesar@latest
9+
```
10+
11+
Requires go 1.20 or higher
12+
513
## usage
614

715
Usage:

0 commit comments

Comments
 (0)