From 4e4686b6401370d712ee20d80d237a4b8a16d2f3 Mon Sep 17 00:00:00 2001 From: lizard123137 Date: Fri, 22 Nov 2024 11:24:51 +0100 Subject: [PATCH] fixed missing bracket in HOWTO manual --- docker/HOWTO.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/HOWTO.txt b/docker/HOWTO.txt index 2a9278298..9816f3014 100644 --- a/docker/HOWTO.txt +++ b/docker/HOWTO.txt @@ -42,14 +42,14 @@ release-linux.sh To create release (or debug) versions, use the script release-linux.sh < platform > < release name>. -If the releasename includes the magic keyword "debug", debug information will be added to +If the release name includes the magic keyword "debug", debug information will be added to the binary, and the "develop" branch of fritzing-parts will be used for the parts database. For examples, see the file travis.yml. xvfb-release-helper.sh This script is not thought to be called directly. It is required to enable automated -CLI calls to Fritzing on headless systems (without GUI. +CLI calls to Fritzing on headless systems (without GUI). build-linux.sh