From eb371b75fee57bd29698080c0f90e23331642fce Mon Sep 17 00:00:00 2001 From: "J. King" Date: Wed, 22 Mar 2023 23:45:56 -0400 Subject: [PATCH] Fix documentation errors --- README.md | 2 -- UPGRADING | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d9befc7..ec1fc9f 100644 --- a/README.md +++ b/README.md @@ -122,5 +122,3 @@ Producing release packages is done by running `./robo package`. This performs th - Deletes numerous unneeded files - Exports the default configuration of The Arsse to a file - Compresses the remaining files into a tarball -- Produces a binary package for Arch Linux, if possible -- Produces source and binary packages for Debian using [pbuilder](https://pbuilder-team.pages.debian.net/pbuilder/), if possible diff --git a/UPGRADING b/UPGRADING index ab36888..531e341 100644 --- a/UPGRADING +++ b/UPGRADING @@ -11,7 +11,7 @@ usually prudent: `composer install -o --no-dev` -Upgrading from 0.10.2 to 0.10.3 +Upgrading from 0.10.4 to 0.10.? ============================= - PHP 7.3 is now required