Skip to content

Commit

Permalink
Remove excess Makefile and update README accordingly
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Shishkin <[email protected]>
  • Loading branch information
teran committed Jun 30, 2024
1 parent 973af02 commit 0c5b95d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 48 deletions.
45 changes: 0 additions & 45 deletions Makefile

This file was deleted.

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Flags:
## Why to use checksum but md5sum, shasum and other

checksum provides straight workflow for verification and adding new files processes
to avoid remembering someting like `find $dir | xargs md5sum >> /tmp/database.txt`.
to avoid remembering something like `find $dir | xargs md5sum >> /tmp/database.txt`.

checkum automatically:
checksum automatically:

* verifies files
* adds new
Expand All @@ -62,9 +62,10 @@ master.
System-wide requirements:

* Go
* goreleaser

Build:

```bash
make predependencies build
goreleaser build --snapshot --clean
```

0 comments on commit 0c5b95d

Please sign in to comment.