From 146eaf798e670c0b20b92bfd5a0e4543e1d35b8a Mon Sep 17 00:00:00 2001 From: notplants Date: Thu, 10 Jun 2021 09:22:47 -0400 Subject: [PATCH] Update README --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bc0dc46..d46f2fd 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The script currently performs the following actions: - Adds packages to Freight cache ``` -python3 -d peach_package_builder/build_packages.py +python3 peach_package_builder/build_packages.py -d ``` The -d flag ensures that all packages are built from the latest version of the default branch currently on GitHub. @@ -69,11 +69,8 @@ Without the -d flag, whatever version of the code is locally stored will be used Freight supports the ability to have multiple versions of a package in a single Debian package archive. If a particular version of a package already exists in the Freight library, it will not be readded or overwritten. -You can also just build the rust packages by running: -```python3 -d peach_package_builder/build_rust_packages.py``` - -Or just build peach-config by running: -```python3 -d peach_package_builder/build_peach_config.py``` +You can also just build a single package by running (e.g. peach-web, peach-config, etc.): +```python3 peach_package_builder/build_packages.py -d -p package-name``` ## Build peach-go-sbot package