From f87c43dca5ca06e7e9a016867b09035bf3ad76ea Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 2 Jan 2022 19:29:50 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 300082d..a94287d 100644 --- a/README.md +++ b/README.md @@ -120,3 +120,6 @@ This will fetch and create all images required for the build process. The whole ``` env PLATFORMS='linux' make release; and scp build/distributions/youtubebeat-6.5.0-linux-x86.tar.gz REMOTE_SERVER:/tmp/ELK; and ssh REMOTE_SERVER "cd /tmp/ELK; rm -rf youtubebeat-6.5.0-linux-x86; tar xvf youtubebeat-6.5.0-linux-x86.tar.gz" ``` + +# Reuse +If you do reuse my work, please consider linking back to this repository 🙂 \ No newline at end of file