docs: Remove installation step in virtcontainers doc

Remove the installation step in the virtcontainers doc
because the virtcontainers install/uninstall targets have
been removed by 86723b51ae
and they are not used anymore.

Fixes: #7637

Signed-off-by: Manabu Sugimoto <Manabu.Sugimoto@sony.com>
This commit is contained in:
Manabu Sugimoto 2023-08-14 15:15:24 +09:00
parent b975c27793
commit 416445e7eb

View File

@ -17,13 +17,6 @@ To build `virtcontainers`, at the top level directory run:
Before testing `virtcontainers`, ensure you have met the [prerequisites](#prerequisites).
Before testing you need to install virtcontainers. The following command will install
`virtcontainers` into its own area (`/usr/bin/virtcontainers/bin/` by default).
```
# sudo -E PATH=$PATH make install
```
To test `virtcontainers`, at the top level run:
```