README: Fix instructions for touching cusip_list.csv

This commit is contained in:
Aaron Lindsay 2017-12-05 05:43:28 -05:00
parent e4defb7348
commit 382d6ad434
1 changed files with 5 additions and 5 deletions

View File

@ -55,11 +55,11 @@ something like:
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
websites and services. To avoid this step, you can `touch
src/github.com/aclindsa/moneygo/cusip_list.csv` before executing the `go
generate ...` command above. Note that this will mean that no security templates
are available to easily populate securities in your installation. If you would
like to later generate these, simply remove the cusip_list.csv file and re-run
the `go generate ...` command.
src/github.com/aclindsa/moneygo/internal/handlers/cusip_list.csv` before
executing the `go generate ...` command above. Note that this will mean that no
security templates are available to easily populate securities in your
installation. If you would like to later generate these, simply remove the
cusip_list.csv file and re-run the `go generate ...` command.
## Running