mirror of
				https://github.com/kewlfft/ansible-aur.git
				synced 2025-11-04 10:02:30 +03:00 
			
		
		
		
	README.md: Favor the https flavor over the ssh one
The ssh descriptor requires the installer to have a github account, whilst the https works out-of-the-box for everyone.
This commit is contained in:
		@@ -35,7 +35,7 @@ Note the module is installed in `/usr/share/ansible/plugins/modules` which is on
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
mkdir library
 | 
					mkdir library
 | 
				
			||||||
cd library
 | 
					cd library
 | 
				
			||||||
git clone git@github.com:kewlfft/ansible-aur.git
 | 
					git clone https://github.com/kewlfft/ansible-aur.git
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2. Link the script `library/ansible-aur/aur.py` to `library/aur.py`:
 | 
					2. Link the script `library/ansible-aur/aur.py` to `library/aur.py`:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user