Aggiornare 'README.md'

This commit is contained in:
Giancarlo Panichi 2020-09-24 16:08:59 +02:00
parent 108def85f7
commit c5aff4df28
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# SortApp
SortApp is a simple application example that allows you to sort a file in input.
SortApp is a simple example that allows you to sort a file in input.
Starting from this example, you can first create an installable package via pip3 and then a docker image in which it is installed the created package.
The package declares the sortapp command as entrypoint.
So once the package is installed you can use this command at command line to run the example: