readme: docker
							parent
							
								
									2c31469ec2
								
							
						
					
					
						commit
						083ee6c3c2
					
				
							
								
								
									
										19
									
								
								README.md
								
								
								
								
							
							
						
						
									
										19
									
								
								README.md
								
								
								
								
							|  | @ -40,17 +40,7 @@ The compilation is temporarily slower for this release: | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| ## Installing V in docker container |  | ||||||
| 
 | 
 | ||||||
| ```bash |  | ||||||
| git clone https://github.com/vlang/v |  | ||||||
| cd v |  | ||||||
| docker build -t vlang . |  | ||||||
| #to enter in docker container |  | ||||||
| docker run --rm -it vlang:latest |  | ||||||
| #to enter in v shell run |  | ||||||
| v |  | ||||||
| ``` |  | ||||||
| 
 | 
 | ||||||
| ## Installing V from source | ## Installing V from source | ||||||
| 
 | 
 | ||||||
|  | @ -98,6 +88,15 @@ git pull origin master | ||||||
| make | make | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
|  | ## Docker | ||||||
|  | 
 | ||||||
|  | ```bash | ||||||
|  | git clone https://github.com/vlang/v | ||||||
|  | cd v | ||||||
|  | docker build -t vlang . | ||||||
|  | docker run --rm -it vlang:latest | ||||||
|  | v | ||||||
|  | ``` | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue