mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-10-31 16:00:05 -04:00
README: Fix instructions for touching cusip_list.csv
This commit is contained in:
parent
e4defb7348
commit
382d6ad434
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user