Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
urpylka committed Nov 19, 2020
1 parent 5447ab5 commit 269cc1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ The tool-bundle to execute commands (amd64, armhf & arm64) & resize the

3. You can use it manualy or by scripts (example of using at [`img-builder`](https://github.com/urpylka/img-builder) project). Also this project is using in [COEX CLOVER](https://github.com/copterexpress/clover).

## API v0.7
## API v0.7.1

For easy using the docker image you need to make alias:

```bash
alias img-tool='docker run --privileged -it --rm -v $(pwd):/mnt urpylka/img-tool:0.7 img-tool'
alias img-tool='docker run --privileged -it --rm -v $(pwd):/mnt urpylka/img-tool:0.7.1 img-tool'
```

* You can add this command to `~/.bash_profile` or `~/.bashrc` to make it permanent.
Expand Down
2 changes: 1 addition & 1 deletion img-tool
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ get_version() {

help() {
echo "=========================================="
rich_echo "img-tool (version 0.7)" "BLUE"
rich_echo "img-tool (version 0.7.1)" "BLUE"
echo "=========================================="
echo "img-tool <IMAGE> exec [ <SCRIPT> [...] ]"
# TODO: Add ability executing commands from stdin
Expand Down

0 comments on commit 269cc1d

Please sign in to comment.