From acd547dbf325ec5df6804fdcc52b8a798e09f26a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Szab=C3=B3?= <25702868+szabodanika@users.noreply.github.com> Date: Sun, 5 Jun 2022 01:41:09 +0100 Subject: [PATCH 1/2] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 5d79efc..7dafb6e 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +github: szabodanika patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: dani_sz From 7f4b9f4aee5b53eba6d40e9802129fb3cd6ccfc8 Mon Sep 17 00:00:00 2001 From: David Kleingeld Date: Sun, 5 Jun 2022 19:23:28 +0200 Subject: [PATCH 2/2] Remove --linenumbers in systemd example --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 43d8d14..590eab3 100644 --- a/README.MD +++ b/README.MD @@ -157,7 +157,7 @@ RootDirectory=/ WorkingDirectory=/home/ubuntu/server/microbin # This is the location of my executable - I also have 2 optional features enabled -ExecStart=/home/ubuntu/server/microbin/target/release/microbin --editable --linenumbers --highlightsyntax +ExecStart=/home/ubuntu/server/microbin/target/release/microbin --editable --highlightsyntax # I keep my installation in the home directory, so I need to add this ProtectHome=off