Correct README instructions for plugin install

The default target no longer builds and installs the plugin. Getting
started should explain how to install.

Change-Id: Icdefd28c7822a9ace4ef15b478c51e77bc1e3ad8
This commit is contained in:
Jordan Jensen 2019-12-23 15:53:05 -08:00
parent c3c4e3b205
commit 2e9189a53c
1 changed files with 5 additions and 3 deletions

View File

@ -12,12 +12,14 @@ declarative infrastructure using Airship.
```
git clone https://opendev.org/airship/airshipui
cd airshipui
make
make install-plugins
```
The default make target builds and installs the plugin to
`$HOME/.config/octant/plugin/`
`make install-plugins` builds and installs the plugin to
`$HOME/.config/octant/plugin/`.
The next time Octant is run it will include plugins in the above directory.
Further information for running Octant can be found in the
[Octant Repo](https://github.com/vmware/octant).
If you would like to just build the plugin use `make`.