From 416445e7eb3d6d8deff81381f5e14756638de690 Mon Sep 17 00:00:00 2001 From: Manabu Sugimoto Date: Mon, 14 Aug 2023 15:15:24 +0900 Subject: [PATCH] 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 86723b51ae131364e4efaa4d8818a6bac26a9dac and they are not used anymore. Fixes: #7637 Signed-off-by: Manabu Sugimoto --- src/runtime/virtcontainers/documentation/Developers.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/runtime/virtcontainers/documentation/Developers.md b/src/runtime/virtcontainers/documentation/Developers.md index 3949a596bd..cb56d0958f 100644 --- a/src/runtime/virtcontainers/documentation/Developers.md +++ b/src/runtime/virtcontainers/documentation/Developers.md @@ -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: ```