Skip to content

Commit

Permalink
Update docs to v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
urpylka committed Nov 19, 2020
1 parent 9097593 commit cc9d89a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# img-tool

The tool-bundle to execute commands (amd64 & armhf) & resize the Raspbian images. Due to docker scripts it can work on Linux, macOS & etc.
The tool-bundle to execute commands (amd64, armhf & arm64) & resize the Raspberry Pi images. Due to docker scripts it can work on Linux, macOS & etc.

1. Now it only works with **Raspbian OS images** (due to filesystem partition scheme). Plans to make a more universal version (w arch-configs) for **Orange Pi**, **Nano Pi** and etc.

2. All plans of development you can find at [Github Projects](https://github.com/urpylka/img-tool/projects/1).

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.6.1
## API v0.7

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.6.1 img-tool'
alias img-tool='docker run --privileged -it --rm -v $(pwd):/mnt urpylka/img-tool:0.7 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 @@ -551,7 +551,7 @@ get_version() {

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

0 comments on commit cc9d89a

Please sign in to comment.