mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-10-30 09:33:25 -04:00 
			
		
		
		
	README: Fix instructions for touching cusip_list.csv
This commit is contained in:
		
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							| @@ -55,11 +55,11 @@ something like: | |||||||
| This may take quite a while the first time you build the project since it is | This may take quite a while the first time you build the project since it is | ||||||
| auto-generating a list of currencies and securities by querying multiple | auto-generating a list of currencies and securities by querying multiple | ||||||
| websites and services. To avoid this step, you can `touch | websites and services. To avoid this step, you can `touch | ||||||
| src/github.com/aclindsa/moneygo/cusip_list.csv` before executing the `go | src/github.com/aclindsa/moneygo/internal/handlers/cusip_list.csv` before | ||||||
| generate ...` command above. Note that this will mean that no security templates | executing the `go generate ...` command above. Note that this will mean that no | ||||||
| are available to easily populate securities in your installation. If you would | security templates are available to easily populate securities in your | ||||||
| like to later generate these, simply remove the cusip_list.csv file and re-run | installation. If you would like to later generate these, simply remove the | ||||||
| the `go generate ...` command. | cusip_list.csv file and re-run the `go generate ...` command. | ||||||
|  |  | ||||||
| ## Running | ## Running | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user