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 99cbf84
Showing 1 changed file with 16 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

0 comments on commit 99cbf84

Please sign in to comment.