From 6483506257e2fafa2759bcb885a5464d51827c11 Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Wed, 7 Jun 2023 13:22:55 +1200 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d63d6857..0e55b7808 100644 --- a/README.md +++ b/README.md @@ -232,11 +232,9 @@ In principle you can change other things too, but this is generally frowned upon This repository contains a convenience script for adding a revision to CHaP: ``` -$ ./scripts/add-revision.sh _repo PACKAGE_NAME PACKAGE_VERSION +$ ./scripts/add-revision.sh PACKAGE_NAME PACKAGE_VERSION ``` -`_repo` needs to point to a [built package repository](#how-to-get-the-built-cabal-package-repository). -It will add a new revision and copy the _current_ cabal file in as the revised cabal file. You can then edit that file and commit the result. ### How to add a patched versions of a Hackage package