| 
				
			 | 
			
			
				@@ -98,8 +98,6 @@ and you get tab copmpletion for free. 
			 | 
		
	
		
			
			| 
				98
			 | 
			
				98
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				99
			 | 
			
				99
			 | 
			
			
				 Create file called 'mkit.ini' in the root of your repo: 
			 | 
		
	
		
			
			| 
				100
			 | 
			
				100
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				101
			 | 
			
				
			 | 
			
			
				-    #mkit version=0.0.15 
			 | 
		
	
		
			
			| 
				102
			 | 
			
				
			 | 
			
			
				- 
			 | 
		
	
		
			
			| 
				103
			 | 
			
				101
			 | 
			
			
				     [project] 
			 | 
		
	
		
			
			| 
				104
			 | 
			
				102
			 | 
			
			
				         version     = 0.0.0 
			 | 
		
	
		
			
			| 
				105
			 | 
			
				103
			 | 
			
			
				         name        = myproj 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -127,7 +125,10 @@ Create file called 'mkit.ini' in the root of your repo: 
			 | 
		
	
		
			
			| 
				127
			 | 
			
				125
			 | 
			
			
				         bin     = src/hello 
			 | 
		
	
		
			
			| 
				128
			 | 
			
				126
			 | 
			
			
				         share   = src/hello.conf 
			 | 
		
	
		
			
			| 
				129
			 | 
			
				127
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				130
			 | 
			
				
			 | 
			
			
				-This is pretty minimal but working prioject. 
			 | 
		
	
		
			
			| 
				
			 | 
			
				128
			 | 
			
			
				+    #mkit version=0.0.15 
			 | 
		
	
		
			
			| 
				
			 | 
			
				129
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				130
			 | 
			
			
				+This is pretty minimal but working project. (You can ignore the `#mkit 
			 | 
		
	
		
			
			| 
				
			 | 
			
				131
			 | 
			
			
				+version` line; it just denotes version of 'mkit.ini' file format). 
			 | 
		
	
		
			
			| 
				131
			 | 
			
				132
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				132
			 | 
			
				133
			 | 
			
			
				     $ git add mkit.ini 
			 | 
		
	
		
			
			| 
				133
			 | 
			
				134
			 | 
			
			
				     $ git commit -m "Add mkit.ini" 
			 |