mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00:18 +01:00 
			
		
		
		
	Update composer instructions.
This commit is contained in:
		
							parent
							
								
									1448d65994
								
							
						
					
					
						commit
						3014f8855e
					
				
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
									
								
							@ -16,14 +16,20 @@ Simply add the following dependency to your project’s composer.json file:
 | 
				
			|||||||
```js
 | 
					```js
 | 
				
			||||||
    "require": {
 | 
					    "require": {
 | 
				
			||||||
        // ...
 | 
					        // ...
 | 
				
			||||||
        "andres-montanez/magallanes": "dev-master"
 | 
					        "andres-montanez/magallanes": "1.*"
 | 
				
			||||||
        // ...
 | 
					        // ...
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
Now tell composer to download Magallanes by running the command:
 | 
					Now tell we update the vendors:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
$ php composer.phar update andres-montanez/magallanes
 | 
					$ php composer update
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					And finally we can use Magallanes from the vendor's bin:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```bash
 | 
				
			||||||
 | 
					$ bin/mage version
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Can you give me some examples/ideas? ###
 | 
					### Can you give me some examples/ideas? ###
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user