From b60cfe83e0642bffda5eedb86ffb91c06b4cfefa Mon Sep 17 00:00:00 2001 From: giancarlo Date: Fri, 16 Oct 2020 17:32:45 +0200 Subject: [PATCH] First Release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15af815..74b4bb9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SortAppR -SortAppR is a simple example that allows you to sort a file in input. +SortAppR is a simple example that allows you to sort a file in input by R. Starting from this example, you can first create an simple script R and then a docker image in which it is installed the created script. This example declare the sortapp command as entrypoint. So once you can use this command at command line to run the example: