Skip to content

Commit 9b72979

Browse files
committed
README update
1 parent 3520862 commit 9b72979

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,14 @@ This will, of course, set the password to `root`.
4949
ip addr
5050
```
5151

52-
My VM ip is typically: `172.16.210.140`
53-
5452
7. Now open a terminal window in you `Mac host` and clone this repo
5553
8. `cd` into the repo directory
5654
9. Run:
5755

5856
```Bash
5957
ADDR="<ip address from step 5>" \
6058
ARCHUSER="preferred username (default:daimaou92)" \
59+
ARCHHOSTNAME="preferred machine name (default:archmachine)" \
6160
make vm/install
6261
```
6362

@@ -113,7 +112,7 @@ Check if the file `/etc/xdg/autostart/vmware-user.desktop` exists:
113112
ls /etc/xdg/autostart/vmware-user.desktop
114113
```
115114

116-
This needs to be autostarted and is required for clipboard functionality.
115+
This needs to be autostarted at login and is required for clipboard sharing and shared folder mounting.
117116

118117
16. Change the user password:
119118

0 commit comments

Comments
 (0)