From 61a06668eb3f6cd76afca71e722922f283c567ff Mon Sep 17 00:00:00 2001 From: Kivi Kaitaniemi Date: Thu, 23 May 2024 17:27:58 +0300 Subject: [PATCH] Fix formatting --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bbf23c0..b8bfae5 100644 --- a/README.md +++ b/README.md @@ -202,9 +202,8 @@ Since decman uses Python files to declare your system, you can easily parse anot To use TOML with Python, you need the `toml`-package. To install it in Arch Linux, install the `python-toml`-package. -> [!NOTE] -> This example doesn't allow you to use Decman's modules or set Decman's settings using TOML. -> You'll have to set them using Python. With this example you can use both TOML and Python if you want. +This example doesn't allow you to use decman's modules or set decman's settings using TOML. You'll have to set them using Python. With this example you can use both TOML and Python if you want. +It would be possible to add support for TOML decman modules, but I don't think it would be worth the effort. Write this in your decman source. @@ -282,7 +281,7 @@ user_packages = [{ make_dependencies=[ "python-setuptools", "python-build", "python-installer", "python-wheel" ], - git_url="https://github.com/kiviktnm/decman-pkgbuild.git", + git_url="https://github.com/kiviktnm/decman-pkgbuild.git" }] [files]