File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed 
_docs/developer/getting_started Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -221,10 +221,23 @@ Below are quick steps to get everything installed and running.
221221   vagrant up
222222   ``` 
223223
224-    Vagrant will build your VM.  This will take maybe 30 minutes to a 
225-    few hours depending on your Internet connection speed.  When this 
226-    command finishes, your VM is ready to use. 
224+    If you are using VirtualBox as your provider, you will by default use 
225+    a pre-packaged Submitty VM. This will have all of Submitty already setup. 
226+    Vagrant will build your VM for you. This process will take 10 minutes to 
227+    maybe half an hour depending on your internet connection speed. 
228+    When this command finishes, your VM is ready to use. 
227229
230+    If you wish to run `vagrant up` from scratch, on Linux or Mac type: 
231+     ``` 
232+    BASE_BOX=1 vagrant up
233+    ``` 
234+    or on Windows, type:  
235+     ``` 
236+    SET BASE_BOX=1
237+    vagrant up
238+    ``` 
239+    This process will take anywhere from 30 minutes to a few hours depending on your 
240+    internet speed.  
228241
2292427. When the `vagrant up` command completes successfully, you will be 
230243   able to access the Submitty website (instructions follow in the 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments