Add another example for finding ip

This commit is contained in:
sophia 2023-02-15 10:09:49 -08:00
parent fbd90b1965
commit 37540664c7

View File

@ -40,7 +40,7 @@ end
This will automatically assign an IP address from the reserved address space.
The IP address can be determined by using `vagrant ssh` to SSH into the
machine and using the appropriate command line tool to find the IP,
such as `ifconfig`.
such as `ifconfig` or `ip addr show`.
## Static IP