Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
DnOberon committed Oct 15, 2019
1 parent 85e7a03 commit e1ed6e0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 3 additions & 1 deletion dist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Changelog

f4a7c7a fix the release
522544a don't repeat yourself
85e7a03 fixed the readme flag
35727d6 quick change to readme
10 changes: 5 additions & 5 deletions dist/checksums.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
78daa137f5b6e025cce8396169d6e6033f668ad40024875e7532a00d620da7eb heimdall_1.0.2_freebsd_armv6.tar.gz
b025427ecbaf807f99ac9906c1fbb9a2e82c15de9cf2fe349aed1439ce31f731 heimdall_1.0.2_Windows_i386.zip
e6490ec74193c2c777e5703872c8fe4274eb7d8c40b606e3761d20cd5f0ad6ed heimdall_1.0.2_freebsd_i386.tar.gz
1a7eee6fec4f8412679ed48720611722cb8b1a8e77fe19ddc7b219bd3a4e13ce heimdall_1.0.2_Windows_x86_64.zip
4434ca5940f857393dcdb6f6cb6fceda1f92009dba2e1871817c7fc0cab14c1a heimdall_1.0.2_freebsd_x86_64.tar.gz
d55d3e97da5602ad596a1dc486fad707e57d7e8818e20ba84892c387cbb2b5ce heimdall_1.0.3_freebsd_i386.tar.gz
0971b0a3a97c66f638715ee0a097ea1047de72334bf9bf2a2f6c69ed9bde20f4 heimdall_1.0.3_Windows_i386.zip
4eb00f0398209bbf3ced887824c706950ee1d86faff2bc5ed39de5afed8e558c heimdall_1.0.3_freebsd_armv6.tar.gz
560dae0d4c8b7fd55c8db01c09d3668e132ae69382b681f913cc14dc2b368a03 heimdall_1.0.3_Windows_x86_64.zip
ad32277bf8067a4992affb75b30babab1015748e345883b1e733ddf743b2d021 heimdall_1.0.3_freebsd_x86_64.tar.gz
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ Telling heimdall to do that is easy -

`heimdall --timeout=30m --log --logFilter=<[^<>]+> exportApplication`

## Can't you do this with a bash or powershell script?
You sure could - but you'd have to spend the time to build it, have separate scripts for at least windows and linux systems, and if you're using someone elses script, modify it to the point that it's going to work for your particular situation. You'll also have to handle multi-threading and logging yourself.

`heimdall` is meant to be extremely easy to use across platforms and applications by design. You shouldn't have to write some complicated scripts to achieve what `heimdall` can do with a single command.

## More information

Expand Down

0 comments on commit e1ed6e0

Please sign in to comment.