cleanup
Šī revīzija ir iekļauta:
		
							vecāks
							
								
									06a6c22afb
								
							
						
					
					
						revīzija
						5a54bd3c50
					
				@ -2,10 +2,10 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Automated node.js installers for OS X and Ubuntu
 | 
					Automated node.js installers for OS X and Ubuntu
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**node.js only** (no git, gcc, etc)
 | 
					**node.js only** (no dev tools)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
# node.js without development dependencies
 | 
					# install node.js without development dependencies
 | 
				
			||||||
curl -fsSL bit.ly/nodejs-min | bash
 | 
					curl -fsSL bit.ly/nodejs-min | bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# using wget instead of curl (Ubuntu)
 | 
					# using wget instead of curl (Ubuntu)
 | 
				
			||||||
@ -14,7 +14,7 @@ wget -nv bit.ly/nodejs-min -O - | bash
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**node.js + dev tools**
 | 
					**node.js + dev tools**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
A script to install node.js and (optionally) basic development tools for node.js - git, node, gcc, pkg-config, etc
 | 
					Install node.js and basic development tools - git, node, gcc, pkg-config, etc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
curl -L bit.ly/nodejs-dev-install -o ./node-dev; bash ./node-dev
 | 
					curl -L bit.ly/nodejs-dev-install -o ./node-dev; bash ./node-dev
 | 
				
			||||||
 | 
				
			|||||||
		Notiek ielāde…
	
	
			
			x
			
			
		
	
		Atsaukties uz šo jaunā problēmā
	
	Block a user