|  | @@ -23,12 +23,12 @@ After that, you can build the solution using one of these options:
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  Use `run_tests.py`, that also supports Windows (with a bit limited experience).
 | 
	
		
			
				|  |  |  ```
 | 
	
		
			
				|  |  | -REM Run from repository root.
 | 
	
		
			
				|  |  | -python tools\run_tests\run_tests.py -l c
 | 
	
		
			
				|  |  | +> REM Run from repository root.
 | 
	
		
			
				|  |  | +> python tools\run_tests\run_tests.py -l c
 | 
	
		
			
				|  |  |  ```
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  Also, you can `make.bat` directly to build and run gRPC tests.
 | 
	
		
			
				|  |  |  ```
 | 
	
		
			
				|  |  | -REM Run from this directory.
 | 
	
		
			
				|  |  | -make.bat alarm_test
 | 
	
		
			
				|  |  | +> REM Run from this directory.
 | 
	
		
			
				|  |  | +> make.bat alarm_test
 | 
	
		
			
				|  |  |  ```
 |