Skip to content

Commit 497fa78

Browse files
committed
docs: update README
1 parent 32c8c84 commit 497fa78

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,22 @@ This tool has been developed and tested exclusively on **macOS**. It is not guar
3333
## Limitations
3434
Only comments of the double slash "`//`" type can be used at this time.
3535

36+
## Install
37+
```
38+
git clone --depth=1 https://github.com/andreas-timm/code-signature-ts.git ~/.local/share/code-signature-ts
39+
cd ~/.local/share/code-signature-ts
40+
bun install -p
41+
ln -s ~/.local/share/code-signature-ts/src/code-signature.ts ~/.local/bin/code-signature
42+
```
43+
3644
## Usage
3745
### Check
3846
```shell
39-
code-signature --verify code-file.ts
40-
OK: 0x0000000000000000000000000000000000000000
47+
code-signature -v src/code-signature.ts
48+
OK: 0x630C6C3180d3b4B6912644D046f6769dA3e54843
4149
```
4250

43-
### Integration with pass/gpt
51+
### Integration with pass/gpg
4452
```shell
4553
MNEMONIC=$(pass show mnemonic) code-signature --write code-file.ts
4654
```

0 commit comments

Comments
 (0)