diff --git a/doc/source/obs_source_service.rst b/doc/source/obs_source_service.rst index cb56fd5..b410e72 100644 --- a/doc/source/obs_source_service.rst +++ b/doc/source/obs_source_service.rst @@ -67,8 +67,25 @@ updated. Default is `true`. If true, refresh image description even if there are no new commits. Default is `false`. -The system the source service is run on needs to have `keg` and -`obs-service-keg` installed. Refer to the `Using Source Services +The system the source service is run on needs to have the +`compose_kiwi_description` service installed. Use the following command to +install the service in openSUSE: + +.. code:: shell + + zypper in obs-service-compose_kiwi_description + +Once installed you can run the service with osc from the checked out +package directory: + +.. code:: shell + + osc service mr + +For more information about the Open Build Service command line tool see the + `osc documentation `_ + +Refer to the `Using Source Services `_ section of the OBS manual about details on how to run the source service and which operating modes are available.