diff --git a/README.md b/README.md index dc68fd3..f0752af 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,13 @@ development for this tool. Please, use ppa-dev-tools instead. # lppa -Command line tool to create Launchpad PPAs and push deb source packages to them +Command line tool to create Launchpad PPAs and push deb source packages to them. + +While this tool is intended to be used by distribution developers who often +need to prepare and push packages to test PPAs, this can also be used by +developers who wish to distribute their software through PPAs. For the latter, +please make sure to check the documentation since the default values are +designed to enhance the former use cases. ## Installation diff --git a/changes/5.doc b/changes/5.doc new file mode 100644 index 0000000..53b5358 --- /dev/null +++ b/changes/5.doc @@ -0,0 +1,2 @@ +Make it explicit that this tool is intended for distribution developers and +therefore, all default values are designed to enhance their experience