2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-16 21:25:38 +00:00

Update README

This commit is contained in:
Miguel Mota 2019-07-03 21:13:57 -07:00
parent 2d4185bbce
commit d13be7ddda
No known key found for this signature in database
GPG Key ID: 67EC1161588A00F9

View File

@ -482,10 +482,10 @@ refresh_rate = 60
pro_api_key = "" pro_api_key = ""
``` ```
You may specify a different config file to use by using the `-config` flag: You may specify a different config file to use by using the `--config` flag:
```bash ```bash
cointop -config="/path/to/config.toml" cointop --config="/path/to/config.toml"
``` ```
## List of actions ## List of actions
@ -839,7 +839,7 @@ Frequently asked questions:
- Q: How can use a different config file other than the default? - Q: How can use a different config file other than the default?
- A: Run `cointop -config="/path/to/config.toml"` to use the specified file as the config. - A: Run cointop with the `--config` flag, eg `cointop --config="/path/to/config.toml"`, to use the specified file as the config.
- Q: I'm getting the error `open /dev/tty: no such device or address`. - Q: I'm getting the error `open /dev/tty: no such device or address`.