You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move optional steps for testing VMs out of README.md file
This may help avoid new users being confused that they must follow
those instructions.
Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
* Update README at top level and in all vm directories to point to Ubuntu 24.04
since that is the only one that is still tested regularly.
Signed-off-by: Andy Fingerhut <andy.fingerhut@gmail.com>
---------
Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
Signed-off-by: Andy Fingerhut <andy.fingerhut@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,11 +106,11 @@ virtual machine or install several dependencies.
106
106
3. Navigate to the cloned directory :
107
107
108
108
```
109
-
cd vm-ubuntu-20.04
109
+
cd vm-ubuntu-24.04
110
110
```
111
111
4. Start the virtual machine using Vagrant:
112
112
```
113
-
vagrant up
113
+
vagrant up dev
114
114
```
115
115
*Note* : The time for this step depends on your computer and Internet speed. On a 2015 MacBook Pro with a 50 Mbps download speed, it took approximately 20 minutes. Ensure a stable Internet connection throughout the process.
0 commit comments