HACKING.md: fix client plugin install instructions

Make the destination of the link be an absolute path, but more
importantly fix the actual path the plugin gets installed in.
This commit is contained in:
Christian Kellner 2020-11-03 18:47:36 +01:00
parent 1078ec427e
commit 51bda2671d

View file

@ -105,9 +105,9 @@ first via meson, or via a symlink from the checkout to the koji cli
plugin directory:
```sh
mkdir -p /usr/lib/python3.8/site-packages/koji/koji_cli_plugins/
ln -s plugins/cli/osbuild.py \
/usr/lib/python3.8/site-packages/koji/koji_cli_plugins/osbuild.py
mkdir -p /usr/lib/python3.8/site-packages/koji_cli_plugins/
ln -s $(pwd)/plugins/cli/osbuild.py \
/usr/lib/python3.8/site-packages/koji_cli_plugins/osbuild.py
```
### Making a build