From f032b68470489249d6a4b4f189627de4a2eb14de Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Tue, 6 Apr 2021 18:12:16 +0200 Subject: [PATCH] resources/README.md: Fixed indentation of code blocks --- resources/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/README.md b/resources/README.md index f8f984375..733dd077b 100644 --- a/resources/README.md +++ b/resources/README.md @@ -12,8 +12,8 @@ For adding a new image into existing resources, follow these steps: 1. Add image file (like .png) into `resources/images/` and source file (like .svg) into `resources/img-src`. 2. Generate new .qrc file. This would automatically detect any changes in directory. - $ python3 makeqrc.py + $ python3 makeqrc.py 3. Create binary of all resources which will be used by Picard. - $ python3 compile.py + $ python3 compile.py