Skip to content

Commit 859deb5

Browse files
committed
Update README.md
1 parent 3822c74 commit 859deb5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,9 @@ In principle you can change other things too, but this is generally frowned upon
232232

233233
This repository contains a convenience script for adding a revision to CHaP:
234234
```
235-
$ ./scripts/add-revision.sh _repo PACKAGE_NAME PACKAGE_VERSION
235+
$ ./scripts/add-revision.sh PACKAGE_NAME PACKAGE_VERSION
236236
```
237237

238-
`_repo` needs to point to a [built package repository](#how-to-get-the-built-cabal-package-repository).
239-
It will add a new revision and copy the _current_ cabal file in as the revised cabal file.
240238
You can then edit that file and commit the result.
241239

242240
### How to add a patched versions of a Hackage package

0 commit comments

Comments
 (0)