mirror of
				https://github.com/kewlfft/ansible-aur.git
				synced 2025-11-04 18:12:30 +03:00 
			
		
		
		
	Merge pull request #8 from panchoh/simplify-setup-instructions
README.md: Simplify setup instructions
This commit is contained in:
		
							
								
								
									
										11
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								README.md
									
									
									
									
									
								
							@@ -31,16 +31,9 @@ The [aur-ansible-git](https://aur.archlinux.org/packages/ansible-aur-git) packag
 | 
				
			|||||||
Note the module is installed in `/usr/share/ansible/plugins/modules` which is one of the default module library paths.
 | 
					Note the module is installed in `/usr/share/ansible/plugins/modules` which is one of the default module library paths.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Manual installation
 | 
					### Manual installation
 | 
				
			||||||
1. Clone the *ansible-aur* repository in your playbook custom-module directory:
 | 
					Just clone the *ansible-aur* repository into your user custom-module directory:
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
mkdir library
 | 
					git clone https://github.com/kewlfft/ansible-aur.git ~/.ansible/plugins/modules/aur
 | 
				
			||||||
cd library
 | 
					 | 
				
			||||||
git clone https://github.com/kewlfft/ansible-aur.git
 | 
					 | 
				
			||||||
```
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
2. Link the script `library/ansible-aur/aur.py` to `library/aur.py`:
 | 
					 | 
				
			||||||
```
 | 
					 | 
				
			||||||
ln --symbolic ansible-aur/aur.py aur.py
 | 
					 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Usage
 | 
					## Usage
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user