From fe9280ba05932ca8b1cb16f676474763f2648765 Mon Sep 17 00:00:00 2001 From: Roman Zhuravlev Date: Wed, 23 Apr 2025 23:26:56 +0500 Subject: [PATCH] Remove colon in heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 099ed57..1b7862b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Also, the platform can be determined automatically based on the `.jar` name. For Debian 12 Bookworm has deb packages in the Zhira Debian repository. -#### Add the Zhira Debian repository: +#### Add the Zhira Debian repository ```bash wget -qO- https://deb.zhira.net/debian/zhira.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/zhira.gpg > /dev/null echo 'deb [arch=all] https://deb.zhira.net/debian/ bookworm main' | sudo tee /etc/apt/sources.list.d/zhira.list > /dev/null