diff --git a/README.md b/README.md index 4fc455ac..c7589526 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,22 @@ An old video that shows basic usage: Read *documentation/mdbook_asciio/src/guide/installation.md* for more information. +## Container image + +``` +docker pull nadimkhemir/asciio +``` + +Running the image + +``` +podman run -it --net=host --env="DISPLAY" --volume="$HOME/.Xauthority:/root/.Xauthority:rw" --volume="$HOME:/home/nadim" asciio + +tasciio # TUI asciio + +asciio # GUI asciio +``` + # AUTHORS Khemir Nadim ibn Hamouda diff --git a/documentation/mdbook_asciio/src/Bindings.md b/documentation/mdbook_asciio/src/Bindings.md index 0c95b135..9ae46996 100644 --- a/documentation/mdbook_asciio/src/Bindings.md +++ b/documentation/mdbook_asciio/src/Bindings.md @@ -8,3 +8,6 @@ It's faster and easier to work with keyboard shortcuts than the mouse and the nu accessed with shortcuts that start with the same letter. The bindings can be changed in your user configuration, See configuration/user_bindings + +![bindings](asciio_bindings.png) + diff --git a/documentation/mdbook_asciio/src/asciio_bindings.png b/documentation/mdbook_asciio/src/asciio_bindings.png new file mode 100644 index 00000000..a3e9bf9e Binary files /dev/null and b/documentation/mdbook_asciio/src/asciio_bindings.png differ