Skip to content

Commit

Permalink
ADDED: link to container image in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nkh committed Nov 13, 2023
1 parent 31efb4b commit 8c28a16
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions documentation/mdbook_asciio/src/Bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8c28a16

Please sign in to comment.