Skip to content

Commit

Permalink
CONTRIBUTING.md: Add command to install locally
Browse files Browse the repository at this point in the history
Neither README.md nor CONTRIBUTING.md describe a way to get
your own changes running in your own packit experience.
This should help contributors get started.
  • Loading branch information
stefwalter committed May 20, 2021
1 parent 3ceefa3 commit 81b57d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ Please follow common guidelines for our projects [here](https://github.com/packi

If you want to update documentation, create a PR against [packit.dev](https://github.com/packit/packit.dev).

## Running

To run the `packit` tool on your local Linux system, with your own modifications, use the following
command:

$ pip3 install --user --editable .

## Testing

Tests are stored in [tests](/tests) directory:
Expand Down

0 comments on commit 81b57d3

Please sign in to comment.