From 996ed20f87a5e357300af8f51763a18c436a642b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Nov 01 2019 13:23:02 +0000 Subject: Trivial adjustments in README Signed-off-by: Igor Gnatenko --- diff --git a/README.md b/README.md index 756fcee..1435067 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -Sidetag Koji plugin -=================== +# Sidetag Koji plugin -Installation ------------- +## Hub plugin + +### Installation First install plugin file in Koji hub file system: @@ -28,8 +28,7 @@ Now Sidetag Koji plugin should be installed. To verify that, run `koji list-api` command -- it should now display `createSideTag` as one of available API calls. -Usage ------ +### Usage Example plugin usage from Python: @@ -38,12 +37,9 @@ Example plugin usage from Python: ks.gssapi_login() ks.createSideTag('f30-build') +## CLI plugin -CLI plugin -========== - -Installation ------------- +### Installation Plugin can be installed in python site-packages. @@ -52,8 +48,7 @@ Plugin can be installed in python site-packages. CLI plugin is automatically pulled by koji, so you can use it immediately. -Usage ------ +### Usage $ koji add-sidetag f30-build --wait f30-build-side-123456 @@ -61,8 +56,7 @@ Usage $ koji remove-sidetag f30-build-side-123456 -Copying -------- +## Copying This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the