From 382d6ad43410f6e6ed5868fa9afd4475e55a3961 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Tue, 5 Dec 2017 05:43:28 -0500 Subject: [PATCH] README: Fix instructions for touching cusip_list.csv --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5b04b58..f15e709 100644 --- a/README.md +++ b/README.md @@ -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