From d85e3f56201ba42bfcfa1d18fbee3f2819fe1178 Mon Sep 17 00:00:00 2001 From: javalsai Date: Sat, 27 Jul 2024 03:04:32 +0200 Subject: [PATCH] valid markdown :| --- assets/pkg/aur/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/pkg/aur/README.md b/assets/pkg/aur/README.md index 76688ce..d0d4807 100644 --- a/assets/pkg/aur/README.md +++ b/assets/pkg/aur/README.md @@ -6,7 +6,7 @@ There are three packages that follow standard conventions: * `lidm-bin`: Fetches latest release binary (compiled by GitHub Actions, also updated per release) * `lidm-git`: Fetches latest commit and builds it (should be updated automatically) -> [!ATTENTION] +> [!IMPORTANT] > None of those packages include the service files, I'm considering automatically detecting it on the package function or providing it as separate services (standard practice again). > > Depending on how good these packages go (my first packages :P) I'll make these ones too.