From 48e79ad4009e7274c269aeb343dff71b7501612a Mon Sep 17 00:00:00 2001 From: Samuel Aubertin Date: Thu, 21 Sep 2023 19:52:47 +0200 Subject: [PATCH] clean > opack-clean --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82aaefa..de72cac 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ include path/to/src/opack.mk # mandatory After invokation with `make opack`, it will download, install, and run the latest OpenBSD release in a local VM with the default options. Once executed, the VM is running and it is possible to log into it using the `vagrant ssh` command. -Then, `make clean` will remove the VM, but not the vagrant box (in order to clean everything, use `make cleancache`). +Then, `make opack-clean` will remove the VM, but not the vagrant box (in order to clean everything, use `make opack-cleancache`). ### Overrides Example