Skip to content

Commit 5bd2a81

Browse files
update readme
1 parent cb4a40e commit 5bd2a81

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=cyclone-github&repo=container_truncator&theme=gruvbox)](https://github.com/cyclone-github/container_truncator/)
1+
[![Readme Card](https://github-readme-stats-fast.vercel.app/api/pin/?username=cyclone-github&repo=container_truncator&theme=gruvbox)](https://github.com/cyclone-github/container_truncator/)
22

33
[![Go Report Card](https://goreportcard.com/badge/github.com/cyclone-github/container_truncator)](https://goreportcard.com/report/github.com/cyclone-github/container_truncator)
44
[![GitHub issues](https://img.shields.io/github/issues/cyclone-github/container_truncator.svg)](https://github.com/cyclone-github/container_truncator/issues)
@@ -18,6 +18,15 @@
1818
- hashcat -m 6211 -a 0 truncate_truecrypt.tc cyclone_hk_v2.txt -r cyclone_250.rule
1919
- Tool will not overwrite any existing files
2020

21+
### Install latest release:
22+
```
23+
go install github.com/cyclone-github/container_truncator@latest
24+
```
25+
### Install from latest source code (bleeding edge):
26+
```
27+
go install github.com/cyclone-github/container_truncator@main
28+
```
29+
2130
### Compile from source:
2231
- If you want the latest features, compiling from source is the best option since the release version may run several revisions behind the source code.
2332
- This assumes you have Go and Git installed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module container_truncator
1+
module github.com/cyclone-github/container_truncator
22

33
go 1.25.2

0 commit comments

Comments
 (0)