From 1a9b9574003175044296017aa58bee1863113842 Mon Sep 17 00:00:00 2001 From: Yeray Date: Sun, 19 May 2024 17:35:26 +0200 Subject: [PATCH] add url to source code --- src/components/Prompt.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Prompt.vue b/src/components/Prompt.vue index e5dff7c..9fcf62e 100644 --- a/src/components/Prompt.vue +++ b/src/components/Prompt.vue @@ -172,6 +172,7 @@ function timeRadioHelpCommand() { function helpCommand() { const helpResponse = `Cypher23 is a fictional story to raise awareness about privacy and information control` + `\n\nMade with ❤️ by yeray@brokenlab` + + `\nSource code available at https://gitea.brokenlab.xyz/yeray/cypher23` + `\n\nCommands:` + `\n\n- time-radio fut://cypher23@2668037535473: Play the space-time audio stream cypher23` + `\n- time-radio --help: Display help information about the time-radio command` +