From 44e225a19e192f0b8eac5d3c77640f9a9204a240 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 2 Dec 2024 12:07:24 +0900 Subject: [PATCH] README.md: mention `make install` Signed-off-by: Akihiro Suda --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 217464c..dc5cef4 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ Run the following command to start the daemon: sudo /opt/socket_vmnet/bin/socket_vmnet --vmnet-gateway=192.168.105.1 /var/run/socket_vmnet ``` +> [!TIP] +> `sudo make install` is also available in addition to `sudo make install.bin`. +> The former one installs the launchd service (see below) too. +
Launchd (optional, not needed for Lima)