Skip to content

Commit ee27d20

Browse files
authored
Merge pull request #28 from ryuheechul/patch-1
Update README.md
2 parents 8ffb143 + 9c9c550 commit ee27d20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ The `${HOMEBREW_PREFIX}/opt/socket_vmnet` directory is usually symlinked to `../
5454

5555
Run the following command to start the daemon:
5656
```bash
57+
mkdir -p ${HOMEBREW_PREFIX}/var/run
5758
sudo ${HOMEBREW_PREFIX}/opt/socket_vmnet/bin/socket_vmnet --vmnet-gateway=192.168.105.1 ${HOMEBREW_PREFIX}/var/run/socket_vmnet
5859
```
5960

@@ -256,7 +257,7 @@ When `--vmnet-gateway=IP` is set to "192.168.105.1", the whole subnet (192.168.1
256257

257258
To use static IP addresses, limit the DHCP range with `--vmnet-dhcp-end=IP`.
258259

259-
For example, `--vmnet-gateway=192.168.105.1 --vmnet-dhcp-end=192.168.105.100` allows using `192.168.105.101-192.168.105.254`
260+
For example, `--vmnet-gateway=192.168.105.1 --vmnet-dhcp-end=192.168.105.100` allows using `192.168.105.101-192.168.105.254`
260261
as non-DHCP static addresses.
261262

262263
### How to reserve DHCP addresses?

0 commit comments

Comments
 (0)