diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-05-03 19:21:42 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-05-03 19:21:42 +0200 |
commit | 478e78301f57481931a6131ea67b817aa1201aac (patch) | |
tree | 788238bd40f7f79e60947c4c63461c9b33ea44f1 /scripts | |
parent | e98d8ff11cdbbd54ecdf9fd58b8f64c661b866b5 (diff) |
README: Switch to markdown, provide more installation instructions
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/makedeb-docker-helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makedeb-docker-helper b/scripts/makedeb-docker-helper index 56171aa..c249efd 100755 --- a/scripts/makedeb-docker-helper +++ b/scripts/makedeb-docker-helper @@ -17,7 +17,7 @@ apt-file update apt-cache dumpavail | dpkg --merge-avail mkdir -p /src/app -cp -a /orig/Build.PL /orig/Changelog /orig/README /src/app +cp -a /orig/Build.PL /orig/Changelog /orig/README.md /src/app cp -a /orig/bin /orig/lib /orig/t /src/app cd /src/app |